Re: [Openstack] Suspend/Stop VM

2012-07-30 Thread Mark Moseley
On Mon, Jul 30, 2012 at 8:50 AM, George Reese george.re...@enstratus.com wrote: I must be missing something, but I can't find any docs on how to suspend or stop a VM via API. Any pointers, please? :) I think this works (see http://api.openstack.org/) but haven't tested it in a while: Stop:

[Openstack] Ceph + Live Migration

2012-07-24 Thread Mark Moseley
This is more of a sanity check than anything else: Does the RBDDriver in Diablo support live migration? I was playing with this yesterday and couldn't get live migration to succeed. The errors I was getting seem to trace back to the fact that the RBDDriver doesn't override VolumeDriver's

Re: [Openstack] Ceph + Live Migration

2012-07-24 Thread Mark Moseley
It should work, and if that workaround works, you could instead add def check_for_export(self, context, volume_id): pass I'll try that out. That's a heck of a lot cleaner, plus I just picked that if not volume[ 'iscsi_target' ] because it was the only attribute I could find, but that was

Re: [Openstack] File injection support

2012-07-13 Thread Mark Moseley
On Tue, Jun 12, 2012 at 8:20 AM, Pádraig Brady p...@draigbrady.com wrote: On 06/12/2012 04:07 PM, Fredric Morenius wrote: From: Scott Moser [mailto:ssmos...@gmail.com] On Behalf Of Scott Moser Sent: den 11 juni 2012 23:16 ...Without digging around on older versions of OS's and their included

Re: [Openstack] Questions on VM Lifecycle

2012-05-04 Thread Mark Moseley
On Fri, May 4, 2012 at 1:34 PM, Vishvananda Ishaya vishvana...@gmail.com wrote: On May 3, 2012, at 4:50 PM, Mark Moseley wrote: * What is the right way to stop/start a persistent instance? So far I've been using 'nova boot' to start and 'nova delete' to stop. E.g.: nova boot --flavor=1

[Openstack] Questions on VM Lifecycle

2012-05-03 Thread Mark Moseley
This is almost certainly RTFM territory, so I ask at my own peril. Just be assured that repeated days of googling hasn't told me what I want to know. Quick background: I'm looking to use OpenStack Nova (Essex, Ubuntu 12.04 packages, 64-bit) to build a large pool of persistent KVM VMs, though used