On Thu, Jul 25, 2013 at 1:53 PM, harryxiyou <[email protected]> wrote:
> Hi Guido,
>
> I am now coding for adding  "--disk-parameters
> param1=value1,param2=value2" to "gnt-instance add".
>
> I just take "--os-parameters" as a reference here
> http://git.ganeti.org/?p=ganeti.git;a=commitdiff;h=062a7100e6245fe3bb2a36114d22701e7eccfd42
>
> But I happened to errors as follows.
>
>
> root@node1:~/workshop6/ganeti# gnt-instance add -n
> node1.harrycluster.com -o debootstrap+default -t gluster
> --disk-parameters hostname=node1,volname=ganeti -s 5G
> instance2.harrycluster.com
>

Explicitly giving a volume name for the instance is probably a bad idea.
Can't we just "manage" the gluster pool, and allocate names as we see
fit, as we do for the other storage types?

This should also allow you, for now, to avoid worrying about this problem.

Thanks,

Guido

Reply via email to