commit | 0276dca6c1ecb9a665645ff573e70685a57759af | [log] [tgz] |
---|---|---|
author | Mike Christie <mchristi@redhat.com> | Thu Aug 18 18:38:45 2016 +0200 |
committer | Ilya Dryomov <idryomov@gmail.com> | Wed Aug 24 23:49:17 2016 +0200 |
tree | 36498244b9e8de7e3d51cc494d32d4979ae94191 | |
parent | 0d6d1e9c2e970c26e8a1ec4932ffffacec90e0b4 [diff] |
rbd: add force close option This adds a force close option, so we can force the unmapping of a rbd device that is open. If a path/device is blacklisted, apps like multipathd can map a new device and then unmap the old one. The unmapping cleanup would then be handled by the generic hotunplug code paths in multipahd like is done for iSCSI, FC/FCOE, SAS, etc. Signed-off-by: Mike Christie <mchristi@redhat.com> Signed-off-by: Ilya Dryomov <idryomov@gmail.com>