Nir Soffer has posted comments on this change. Change subject: supervdsm: move udev-related functions to udev.py ......................................................................
Patch Set 6: (1 comment) https://gerrit.ovirt.org/#/c/54458/6/vdsm/supervdsm_api/udev.py File vdsm/supervdsm_api/udev.py: Line 28: from vdsm import udevadm Line 29: Line 30: from vdsm.constants import EXT_CHOWN, \ Line 31: DISKIMAGE_USER, DISKIMAGE_GROUP, \ Line 32: QEMU_PROCESS_USER, QEMU_PROCESS_GROUP Much nicer like this! Line 33: Line 34: from . import expose Line 35: Line 36: _UDEV_RULE_FILE_DIR = "/etc/udev/rules.d/" -- To view, visit https://gerrit.ovirt.org/54458 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If8c4a5120887c2cbf13463f33fad2ef5e002e0d6 Gerrit-PatchSet: 6 Gerrit-Project: vdsm Gerrit-Branch: master Gerrit-Owner: Martin Polednik <[email protected]> Gerrit-Reviewer: Dan Kenigsberg <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Martin Polednik <[email protected]> Gerrit-Reviewer: Nir Soffer <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> Gerrit-HasComments: Yes _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/mailman/listinfo/vdsm-patches
