Simone Tiraboschi has uploaded a new change for review. Change subject: packaging: setup: fixing the cehck of ISO image permission ......................................................................
packaging: setup: fixing the cehck of ISO image permission Fixing ISO image permission check against qemu user Change-Id: I3445e536f4f22b7ccdad1163b4be8afe1c8a69af Bug-Url: https://bugzilla.redhat.com/1169792 Signed-off-by: Simone Tiraboschi <stira...@redhat.com> --- M src/plugins/ovirt-hosted-engine-setup/vm/boot_cdrom.py 1 file changed, 1 insertion(+), 3 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-hosted-engine-setup refs/changes/92/35792/1 diff --git a/src/plugins/ovirt-hosted-engine-setup/vm/boot_cdrom.py b/src/plugins/ovirt-hosted-engine-setup/vm/boot_cdrom.py index 605c36c..bd43278 100644 --- a/src/plugins/ovirt-hosted-engine-setup/vm/boot_cdrom.py +++ b/src/plugins/ovirt-hosted-engine-setup/vm/boot_cdrom.py @@ -79,9 +79,7 @@ ( self.command.get('sudo'), '-u', - 'vdsm', - '-g', - 'kvm', + 'qemu', 'test', '-r', realpath, -- To view, visit http://gerrit.ovirt.org/35792 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3445e536f4f22b7ccdad1163b4be8afe1c8a69af Gerrit-PatchSet: 1 Gerrit-Project: ovirt-hosted-engine-setup Gerrit-Branch: master Gerrit-Owner: Simone Tiraboschi <stira...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches