Add lsblk to ironic-lib filters
This is needed to check the config-drive labels properly, as the current way using blkid was failing under some use cases. So we switched to lsblk instead. Change-Id: I3676cd8e5c5e61fe4e3f67ab9e121c4cd0cd599b
This commit is contained in:
parent
bbd0e96c4b
commit
79c0c8ec58
@ -12,6 +12,7 @@
|
||||
blkid: CommandFilter, blkid, root
|
||||
blockdev: CommandFilter, blockdev, root
|
||||
hexdump: CommandFilter, hexdump, root
|
||||
lsblk: CommandFilter, lsblk, root
|
||||
qemu-img: CommandFilter, qemu-img, root
|
||||
wipefs: CommandFilter, wipefs, root
|
||||
sgdisk: CommandFilter, sgdisk, root
|
||||
|
Loading…
Reference in New Issue
Block a user