Fabian Deutsch has submitted this change and it was merged. Change subject: Extend utils.system.Mount to support new mounts instead of remount ......................................................................
Extend utils.system.Mount to support new mounts instead of remount Add support for new mountpoints instead of simply remounting an extant mount as rw or ro to provide a convenience wrapper around repeated calls to utils.process.check_call(["mount"....) Also, implement mount_efi and iscsi root checking in the new codebase Change-Id: I14c0e863bc1467ca7e1af1d18d788446353a6064 Signed-off-by: Ryan Barry <[email protected]> --- M src/ovirt/node/utils/system.py M src/ovirtnode/ovirtfunctions.py 2 files changed, 58 insertions(+), 21 deletions(-) -- To view, visit http://gerrit.ovirt.org/28565 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I14c0e863bc1467ca7e1af1d18d788446353a6064 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Ryan Barry <[email protected]> Gerrit-Reviewer: Fabian Deutsch <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
