Dan Kenigsberg has submitted this change and it was merged. Change subject: Handle spaces in device names using lvm filter ......................................................................
Handle spaces in device names using lvm filter any character that is not on udev whitelist (0-9, A-Z, a-z, #*-.:= _) will get translated into an encoded form \xNN where NN is the hex value of the character. Change-Id: I1efb6dfd30c0999f14c413fff778213b247a178f Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=876575 Signed-off-by: Yeela Kaplan <[email protected]> --- M tests/Makefile.am A tests/lvmTests.py M vdsm/storage/lvm.py 3 files changed, 52 insertions(+), 3 deletions(-) Approvals: Yeela Kaplan: Verified Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/9191 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1efb6dfd30c0999f14c413fff778213b247a178f Gerrit-PatchSet: 8 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Yeela Kaplan <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Eduardo <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Igor Lvovsky <[email protected]> Gerrit-Reviewer: Mark Wu <[email protected]> Gerrit-Reviewer: Shu Ming <[email protected]> Gerrit-Reviewer: Yeela Kaplan <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
