Dan Kenigsberg has submitted this change and it was merged. Change subject: tests: Add symlink mount test ......................................................................
tests: Add symlink mount test Some filesystems like gfs2 resolves symlink (as /dev/mapper/name or /dev/vg/lv), and the real device will appear in /proc/mounts instead of the original device symlink specified on the command line. This adds a test for this case. This test use a symlink to a backing image mounted using the loop device. This is a simple way to simulate the same issue when using gfs2. Change-Id: I9f3d6333921505846f345d015907e5f6174af4f8 Bug-Url: https://bugzilla.redhat.com/888711 Signed-off-by: Enrico Tagliavini <[email protected]> Reviewed-on: http://gerrit.ovirt.org/27514 Tested-by: Nir Soffer <[email protected]> Reviewed-by: Nir Soffer <[email protected]> Reviewed-by: Yoav Kleinberger <[email protected]> Reviewed-by: Dan Kenigsberg <[email protected]> --- M tests/mountTests.py 1 file changed, 22 insertions(+), 0 deletions(-) Approvals: Nir Soffer: Verified; Looks good to me, but someone else must approve Enrico Tagliavini: Looks good to me, but someone else must approve Yoav Kleinberger: Looks good to me, but someone else must approve Dan Kenigsberg: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/27514 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9f3d6333921505846f345d015907e5f6174af4f8 Gerrit-PatchSet: 7 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Enrico Tagliavini <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Enrico Tagliavini <[email protected]> Gerrit-Reviewer: Federico Simoncelli <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Xavi Francisco <[email protected]> Gerrit-Reviewer: Yoav Kleinberger <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
