Joey Boggs
2009-Dec-04 14:47 UTC
Fwd: Re: [Ovirt-devel] [PATCH 1/2] Provides a new storage administration system to the managed node.
resending ack -------- Original Message -------- Subject: Re: [Ovirt-devel] [PATCH 1/2] Provides a new storage administration system to the managed node. Date: Mon, 09 Nov 2009 15:22:56 -0500 From: Joey Boggs <jboggs at redhat.com> To: Darryl L. Pierce <dpierce at redhat.com>, ovirt-devel at redhat.com Darryl L. Pierce wrote:> On Mon, Nov 09, 2009 at 02:54:50PM -0500, Joey Boggs wrote: > >> ACK pending below comments: >> >> For lvm -It creates a pool fine, when creating a volume its missing the >> volume group name when running lvcreate >> >> +-----+ An Exception Has Occurred +-----+ >> Couldn't create storage volume '1.img': 'internal error '/sbin/lvcreate >> --name 1.img -L 1024K /tmp/lvm' exited with non-zero status 3 and signal >> 0 >> Volume group name expected (no slash) Run `lvcreate --help' for more >> information. >> > > Does the same thing happen with virt-manager when doing the same thing? > >virt-manager works fine but here's what wrong /sbin/lvcreate --name 1.img -L 1024K /tmp/lvm' exited with non-zero status 3 and signal 0 /tmp/lvm should be /dev/$poolname not the target path, if you run the command manually and sub in the right path.>> iscsi creates a pool fine but when you reach creating a volume it tells >> you it's no implemented, any way to block this option for even being >> available or alert the user ahead of time? >> >> >> All the other options create pools/volumes fine >> > > I'm not sure if there's an easy way to block it without forcing us to > have to do an upgrade later when it's implemented. When I first saw > that, I double checked virt-manager and it's doing the same thing, > giving an error that the iSCSI pool is not available. So at least in > that way we're consistent. > >ok wfm _______________________________________________ Ovirt-devel mailing list Ovirt-devel at redhat.com https://www.redhat.com/mailman/listinfo/ovirt-devel -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/ovirt-devel/attachments/20091204/eef2fb25/attachment.htm>
Possibly Parallel Threads
- [PATCH node-image] readonly rootfs setup
- [PATCH 1/2] update comparison for presenting dowgrade/upgrade/install/reinstall options
- [PATCH node] fix ipv6 support in dns/ntp callbacks
- [PATCH node] Provides a new storage administration system to the managed node.
- [PATCH server] update installer exec items to single_exec where applicable