Signed-off-by: Peter Volpe <petervo@redhat.com>
| ... | ... |
@@ -62,10 +62,10 @@ status information about the driver. |
| 62 | 62 |
* `Metadata file` blockdevice file used for the devicemapper metadata |
| 63 | 63 |
* `Data Space Used` tells how much of `Data file` is currently used |
| 64 | 64 |
* `Data Space Total` tells max size the `Data file` |
| 65 |
- * `Data Space Available` tells how much free space there is in the `Data file` |
|
| 65 |
+ * `Data Space Available` tells how much free space there is in the `Data file`. If you are using a loop device this will report the actual space available to the loop device on the underlying filesystem. |
|
| 66 | 66 |
* `Metadata Space Used` tells how much of `Metadata file` is currently used |
| 67 | 67 |
* `Metadata Space Total` tells max size the `Metadata file` |
| 68 |
- * `Metadata Space Available` tells how much free space there is in the `Metadata file` |
|
| 68 |
+ * `Metadata Space Available` tells how much free space there is in the `Metadata file`. If you are using a loop device this will report the actual space available to the loop device on the underlying filesystem. |
|
| 69 | 69 |
* `Udev Sync Supported` tells whether devicemapper is able to sync with Udev. Should be `true`. |
| 70 | 70 |
* `Data loop file` file attached to `Data file`, if loopback device is used |
| 71 | 71 |
* `Metadata loop file` file attached to `Metadata file`, if loopback device is used |