Ensure disks that go unchanged still get written into disk metadata file

This commit is contained in:
Brian Cain 2020-01-13 15:24:45 -08:00
parent ffe8fcef9b
commit c2e6b5ae78
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -59,6 +59,7 @@ module VagrantPlugins
else
# log no need to reconfigure disk, already in desired state
LOGGER.info("No further configuration required for disk '#{disk.name}'")
disk_metadata = {uuid: current_disk["UUID"], name: disk.name}
end
return disk_metadata