Reviewed: https://review.openstack.org/205269 Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=2a6bdf8f0e0e22fc7703faa9669ace7380dc73c3 Submitter: Jenkins Branch: master
commit 2a6bdf8f0e0e22fc7703faa9669ace7380dc73c3 Author: Johnson koil raj <[email protected]> Date: Fri Jul 24 01:25:59 2015 +0530 VMware: Enable disk.EnableUUID=True in vmx Currently there is no link in /dev/disk/by-id for SCSI (sdx) devices because by default VMWare doesn't provide information needed by udev to generate /dev/disk/by-id. When this specific parameter disk.EnableUUID is set to True in vmx file inside the guest vm /dev/disk/by-id shows a link to UUID of the attached SCSI device Closes-Bug: #1475740 Change-Id: Ib2cdf994c37d4c5d2e095741cc579a7dc12be9e0 ** Changed in: nova Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1475740 Title: For instances spawned by Nova on ESX compute, there is no link in /dev/disk/by-id for SCSI (sdx) devices Status in OpenStack Compute (nova): Fix Released Bug description: By default VMWare doesn't provide information needed by udev to generate /dev/disk/by-id. Hence for instances spawned by Nova on ESX compute, there is no link in /dev/disk/by-id for SCSI (sdx) devices. The property disk.EnableUUID needs to be enabled by default for instances spawned by Nova. To manage notifications about this bug go to: https://bugs.launchpad.net/nova/+bug/1475740/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

