|
@@ -302,6 +302,19 @@ options for `zfs` start with `zfs` and options for `btrfs` start with `btrfs`.
|
|
|
|
|
|
#### Devicemapper options
|
|
#### Devicemapper options
|
|
|
|
|
|
|
|
+This is an example of the configuration file for devicemapper on Linux:
|
|
|
|
+
|
|
|
|
+```json
|
|
|
|
+{
|
|
|
|
+ "storage-driver": "devicemapper",
|
|
|
|
+ "storage-opts": [
|
|
|
|
+ "dm.thinpooldev=/dev/mapper/thin-pool",
|
|
|
|
+ "dm.use_deferred_deletion=true",
|
|
|
|
+ "dm.use_deferred_removal=true"
|
|
|
|
+ ]
|
|
|
|
+}
|
|
|
|
+```
|
|
|
|
+
|
|
##### `dm.thinpooldev`
|
|
##### `dm.thinpooldev`
|
|
|
|
|
|
Specifies a custom block storage device to use for the thin pool.
|
|
Specifies a custom block storage device to use for the thin pool.
|