Browse code

Detail available space behavior on loop devices

Signed-off-by: Peter Volpe <petervo@redhat.com>

Peter Volpe authored on 2015/02/10 07:51:48
Showing 1 changed files
... ...
@@ -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