Re: [Openstack] DHCP for IPv6

2017-09-26 Thread Jorge Luiz Correa
Hi Steve! I don’t remember if when I did all configurations here this combination was available (dhcpv6-stateful and dhcpv6-stateful). Anyway, I can tell I couldn't do dhcpv6 work well. I`m using Mitaka and dhcpv6-stateless - dhcpv6-stateless. Everything works when configuring manually. The ad

[Openstack] DHCP for IPv6

2017-09-26 Thread Sterdnot Shaken
Openstack version: Ocata Mech driver: OVS Security: Linuxbridge Hello! Anyone have any idea why DHCP for IPv4 works fine but DHCP for IPv6 doesn't? With Stateless or just SLAAC, the VM's calculate a correct IPv6 address from the IPv6 prefix I've assigned, but (for stateless) the instances doesn't

Re: [Openstack] [Fuel] node name issue

2017-09-26 Thread Jim Okken
also I should add, I dont have the original hard drives in the system so it isn't because it is booting the old OS where these node names were set. this is definitely the newly installed OS being given the wroing hostname is there a database this is all kept in? maybe I could look around and fin

Re: [Openstack] extend attached volumes

2017-09-26 Thread Erik McCormick
On Sep 26, 2017 11:03 AM, "Jay Pipes" wrote: On 09/26/2017 10:20 AM, Volodymyr Litovka wrote: > Hi Jay, > > I know about this way :-) but Pike introduced ability to resize attached > volumes: > > "It is now possible to signal and perform an online volume size change as > of the 2.51 microversion

Re: [Openstack] extend attached volumes

2017-09-26 Thread Jay Pipes
On 09/26/2017 10:20 AM, Volodymyr Litovka wrote: Hi Jay, I know about this way :-) but Pike introduced ability to resize attached volumes: "It is now possible to signal and perform an online volume size change as of the 2.51 microversion using the|volume-extended|external event. Nova will p

Re: [Openstack] extend attached volumes

2017-09-26 Thread Volodymyr Litovka
As far as I understood, the chain is the same - admin extend volume by using Cinder, but unlike earlier implementation, if volume is in-use, Cinder will ask Nova whether Nova support extending attached volumes (by checking Nova's API microversion) and if yes, will resize volume informing Nova u

Re: [Openstack] extend attached volumes

2017-09-26 Thread John Petrini
I think this feature is actually implemented in nova. So you have to use the nova volume-extend option to do what you want. This is just my interpretation of the release notes though. I haven't tried it. On Tue, Sep 26, 2017 at 10:20 AM, Volodymyr Litovka wrote: > Hi Jay, > > I know about this

Re: [Openstack] extend attached volumes

2017-09-26 Thread Volodymyr Litovka
Hi Jay, I know about this way :-) but Pike introduced ability to resize attached volumes: "It is now possible to signal and perform an online volume size change as of the 2.51 microversion using the|volume-extended|external event. Nova will perform the volume extension so the host can detect

Re: [Openstack] extend attached volumes

2017-09-26 Thread Jay Pipes
Detach the volume, then resize it, then re-attach. Best, -jay On 09/26/2017 09:22 AM, Volodymyr Litovka wrote: Colleagues, can't find ways to resize attached volume. I'm on Pike. As far as I understand, it required to be supported in Nova, because Cinder need to check with Nova whether it's

[Openstack] extend attached volumes

2017-09-26 Thread Volodymyr Litovka
Colleagues, can't find ways to resize attached volume. I'm on Pike. As far as I understand, it required to be supported in Nova, because Cinder need to check with Nova whether it's possible to extend this volume. Well, - Nova's API microversion is 2.51, which seems to be enough to support "v