Re: [openstack-dev] [Openstack] Listing of volume fails while using openstack client

2016-07-28 Thread Turbo Fredriksson
On Jul 28, 2016, at 4:57 PM, varun bhatnagar wrote: > are you asking me to set the value of max_connections to 5000 in mysql conf? THere was no suggestion. I just told you that I had a similar/same problem as you and how I solved it. -- God gave man both a penis and a brain, but unfortunately

Re: [openstack-dev] [Openstack] Listing of volume fails while using openstack client

2016-07-28 Thread Turbo Fredriksson
On Jul 28, 2016, at 1:57 PM, varun bhatnagar wrote: > I am trying to list volumes using openstack client, the command works > sometimes but sometimes it fails: I get that when my MySQL server "max_connections" is reached. I've bumped it to 5000 to be absolutly sure! SET GLOBAL

Re: [openstack-dev] [Openstack] Filter ComputeCapabilitiesFilter returned 0 hosts

2016-07-25 Thread Turbo Fredriksson
I'm looking at the documentation at http://docs.openstack.org/icehouse/config-reference/content/section_compute-scheduler.html#computecapabilitiesfilter - s n i p - ComputeCapabilitiesFilter Matches properties defined in an instance type's extra specs against compute capabilities.

Re: [openstack-dev] How to develop a new [Cinder] driver?

2016-07-17 Thread Turbo Fredriksson
On Jul 17, 2016, at 5:40 PM, Jay Bryant wrote: > New drivers need to go into the latest release. Sorry, that's not going to happen. I'm "scared" enough to use Sid/Unstable with Mitaka :D. But to be serious, I'm taking quite a lot of short cuts. That and the fact that my Python isn't really that

Re: [openstack-dev] How to develop a new [Cinder] driver?

2016-07-15 Thread Turbo Fredriksson
On Jul 15, 2016, at 9:33 PM, Turbo Fredriksson wrote: > Is there a simpler way to do this? A followup question on that: I'm using a remote SAN and I've gotten the creation/deletion/iSCSI share/unshare on that to work just fine. However, when creating a volume from an image, the driver fa

[openstack-dev] How to develop a new [Cinder] driver?

2016-07-15 Thread Turbo Fredriksson
I'm trying to port the/a Openstack-ZFS driver to Mitaka, but every time I do a change, I have to restart cinder-volume, run my test command, look through the log file, modify the driver, and back to beginning Is there a simpler way to do this? I'm not extremely fluent in Python (it's been over

Re: [openstack-dev] [Openstack] Filter ComputeCapabilitiesFilter returned 0 hosts

2016-07-15 Thread Turbo Fredriksson
On Jul 14, 2016, at 11:15 PM, Brent Troge wrote: > dont you have to set something like the below in your flavor ? > > aggregate_instance_extra_specs:volume_type=ZOL If you mean properties:volume_type=ZOL then yes. But is the "aggregate_instance_extra_specs" something specific, or

Re: [openstack-dev] Filter ComputeCapabilitiesFilter returned 0 hosts

2016-07-14 Thread Turbo Fredriksson
On Jul 14, 2016, at 5:44 PM, Turbo Fredriksson wrote: > EXCEPT, I get Subj. when trying to create an instance. Do I need to set some configuration on the Compute host as well? -- God gave man both a penis and a brain, but unfortunately not enough blood supply to run both at the same time.

Re: [openstack-dev] [Openstack] Filter ComputeCapabilitiesFilter returned 0 hosts

2016-07-14 Thread Turbo Fredriksson
On Jul 14, 2016, at 8:39 PM, Brent Troge wrote: > Do you see anything in your nova scheduler logs ? > What about your nova compute logs ? None. Nothing other than the section I posted. > How big is the image you are trying to boot ? I see you have a 10G boot > disk, but can your boot image fit

Re: [openstack-dev] [Openstack] Filter ComputeCapabilitiesFilter returned 0 hosts

2016-07-14 Thread Turbo Fredriksson
On Jul 14, 2016, at 6:53 PM, Brent Troge wrote: > can you send output of the below.. > > nova service-list > nova flavor-show z1.3small > nova aggregate-details zfs I've never got "nova" to work, but here's the corresponding info from "openstack": - s n i p - bladeA01:~# openstack

[openstack-dev] Filter ComputeCapabilitiesFilter returned 0 hosts

2016-07-14 Thread Turbo Fredriksson
I've been working on "porting" the Openstack-ZFS driver (https://github.com/FransUrbo/Openstack-ZFS) to Mitaka and most works now. EXCEPT, I get Subj. when trying to create an instance. - s n i p - 2016-07-14 13:18:30.955 21554 DEBUG nova.filters