lvconvert missing from cinder volume.filters
The LVM lvconvert command is invoked by the revert method of the cinder.brick.local_dev.lvm.LVM class but was missing a matching volume.filters CommandFilter entry which has now been added. Change-Id: Ib436f562a6dd7b8828e34051b5d73273c1f52b50 Closes-Bug: 1510654
This commit is contained in:
parent
cbb55074de
commit
e8509ceb24
@ -61,6 +61,9 @@ lvextend: CommandFilter, lvextend, root
|
||||
# cinder/brick/local_dev/lvm.py: 'lvchange -a y -K <lv>'
|
||||
lvchange: CommandFilter, lvchange, root
|
||||
|
||||
# cinder/brick/local_dev/lvm.py: 'lvconvert', '--merge', snapshot_name
|
||||
lvconvert: CommandFilter, lvconvert, root
|
||||
|
||||
# cinder/volume/driver.py: 'iscsiadm', '-m', 'discovery', '-t',...
|
||||
# cinder/volume/driver.py: 'iscsiadm', '-m', 'node', '-T', ...
|
||||
iscsiadm: CommandFilter, iscsiadm, root
|
||||
|
Loading…
x
Reference in New Issue
Block a user