-
-
Save TyrfingMjolnir/20642108b2b6e3e276bef8b6161263b6 to your computer and use it in GitHub Desktop.
SmartOS - Add a disk to an existing VM
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"add_disks": [ | |
{ | |
"media": "disk", | |
"model": "virtio", | |
"nocreate": true, | |
"boot": false, | |
"path": "/dev/zvol/rdsk/tank/purpose", | |
"size": 20480 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check comment in forked from https://gist.github.com/p7cq/65564519fc337fc547da