mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Typo
This commit is contained in:
parent
2ed2932387
commit
ec57a39c00
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ def _manage_devices(devices, vm=None, container_ref=None):
|
|||
if device.capacityInKB < size_kb:
|
||||
# expand the disk
|
||||
disk_spec = _edit_existing_hard_disk_helper(device, size_kb)
|
||||
elif device.capacityInKB < size_kb:
|
||||
elif device.capacityInKB > size_kb:
|
||||
raise SaltCloudSystemExit(
|
||||
'The specified disk size is smaller than the '
|
||||
'size of the disk image. It must be equal to '
|
||||
|
|
Loading…
Add table
Reference in a new issue