I'm very new in saltstack and first time I run it beginning from version 3001 from -current port.
When I try to create a disk image as officially documented here: https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.vmctl.html # salt '*' vmctl.create_disk /home/vmm/disk.img size=10G I receive error: web.host: ERROR: Problem encountered creating disk image. Additional info follows: changes: False errors: - could not create /home/vmm/disk.img: missing size argument usage: vmctl [-v] create [-b base | -i disk] [-s size] disk It looks like salt with vmctl plugin don't call vmctl correctly or I do something in a wrong way. Please advice what can be missed by me. Martin