On 05/02/2013 12:13 PM, Dennis Jacobfeuerborn wrote:
> Hi,
> I'm trying to setup the provisioning of new OpenStack hypervisors with
> cinder volumes on them. The problem is that kickstart doesn't allow
> dashed in volume group names?
> I tried this:
>
> volgroup cinder-volumes --pesize=4096 pv.02
>
> and this:
>
> volgroup cinder--volumes --pesize=4096 pv.02
>
> but in both cases I end up with a volume group named "cindervolumes" on
> the system. Any idea what I have to do to accomplish this?
> Defining VGs with dashes works perfectly fine on the command line.

If you have commands that work on the command line,
try adding them to the post install section of the kickstart file.

c

_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to