iohyve add another disk from another pool

Status
Not open for further replies.

Firemad

Cadet
Joined
Jul 21, 2016
Messages
8
Hi,

How do you add another disk to an existing VM and use another pool instead of the main one ?

Exemple: iohyve is on pool1 and I want to add a dataset from pool2 to the same vm for a second disk

Thanks
 

sokool101

Cadet
Joined
Jan 19, 2017
Messages
1
A brief search came up with this:

https://github.com/pr1ntf/iohyve/blob/master/iohyve.8.txt

iohyve add
Adds a new disk to the guest.
Usage: 'iohyve add <name> <size> [pool]' where <name> is the name of the guest, <size> is the size of the virtual block device in '16G' format where the capital G signifies gigabytes. If pool is specified, the disk gets added on that pool

I have not tested it but plan to in the next few days I get my lab up and running.
 
Status
Not open for further replies.
Top