[Openstack] [Nova] Instance creation problem

2018-11-28 Thread Minjun Hong
Hi. I'm setting up a Openstack system on the servers of my laboratory. While I try to create an instance, a problem has occurred! Instance creation was failed and it seems that libvirt failed to attaching the vif to the instance. When I create a virtual machine by using virsh tool (libvirt)

Re: [Openstack] [openstack][nova|cinder] niscsiadm: Could not log into all portals || VolumeNotFound exception

2018-11-13 Thread Bernd Bausch
You launch a volume-backed instance. The volume can't be attached, so the instance can't be launched. The volume can't be attached because iSCSI authentication fails. Either it's not set up correctly in cinder.conf on the controller, or you hit a bug. When you google for /iscsi authentication

[Openstack] [openstack][nova|cinder] niscsiadm: Could not log into all portals || VolumeNotFound exception

2018-11-13 Thread Tushar Tyagi
Hi, I have created a development setup with Devstack on 2 machines, where one is a controller + compute node (IP: 172.23.29.96) and other is a storage node(IP: 172.23.29.118). I am running all the services on the controller, except the c-vol service which runs on the storage node. Whenever I try

Re: [Openstack] [nova] PCI alias attribute numa_policy ignored when flavor has hw:cpu_policy=dedicated set

2018-11-13 Thread Satish Patel
networks but > they should be able to use affinity > poileices. > > > > > > > > In short, our compute nodes have an SR-IOV Mellanox NIC (ConnectX-3) > > > > with 16 VFs configured. We wish to expose > > > > these VFs to VMs that schedule on t

Re: [openstack-dev] [Openstack] [nova] PCI alias attribute numa_policy ignored when flavor has hw:cpu_policy=dedicated set

2018-11-13 Thread Satish Patel
networks but > they should be able to use affinity > poileices. > > > > > > > > In short, our compute nodes have an SR-IOV Mellanox NIC (ConnectX-3) > > > > with 16 VFs configured. We wish to expose > > > > these VFs to VMs that schedule on t

Re: [openstack-dev] [Openstack] [nova] PCI alias attribute numa_policy ignored when flavor has hw:cpu_policy=dedicated set

2018-11-13 Thread Sean Mooney
We wish to expose > > > these VFs to VMs that schedule on the host. However, the NIC is in NUMA > > > region 0 which means that only half of > > > the compute node's CPU cores would be usable if we required VM affinity > > > to the NIC's NUMA region. But we

Re: [Openstack] [nova] PCI alias attribute numa_policy ignored when flavor has hw:cpu_policy=dedicated set

2018-11-13 Thread Satish Patel
h 16 >> VFs configured. We wish to expose these VFs to VMs that schedule on the >> host. However, the NIC is in NUMA region 0 which means that only half of >> the compute node's CPU cores would be usable if we required VM affinity to >> the NIC's NUMA region. But we don't

Re: [Openstack] [nova] PCI alias attribute numa_policy ignored when flavor has hw:cpu_policy=dedicated set

2018-11-12 Thread Satish Patel
on the > host. However, the NIC is in NUMA region 0 which means that only half of the > compute node's CPU cores would be usable if we required VM affinity to the > NIC's NUMA region. But we don't need that, since we are okay with > cross-region access to the PCI device. > >

[Openstack] [nova] PCI alias attribute numa_policy ignored when flavor has hw:cpu_policy=dedicated set

2018-11-11 Thread Mike Joseph
compute node's CPU cores would be usable if we required VM affinity to the NIC's NUMA region. But we don't need that, since we are okay with cross-region access to the PCI device. However, we do need CPU pinning to work, in order to have efficient cache hits on our VM processes. Therefore, we still

[Openstack] [NOVA][KOLLA] not able to configure pci pass-through on gpu devices

2018-11-01 Thread Manuel Sopena Ballesteros
Dear Openstack community, I am not able to configure PCI pass-through with GPUs successfully and was wondering if someone could give advice. physical machine: Dell C4140 DT-V and SR-IOV are enabled on BIOS # hosts names/role: openstack-deployment --> kolla deployment and openstack client

Re: [Openstack] [Nova][Glance] Nova imports flat images from base file despite ceph backend

2018-10-19 Thread melanie witt
On Fri, 12 Oct 2018 20:06:04 -0700, Remo Mattei wrote: I do not have it handy now but you can verify that the image is indeed raw or qcow2 As soon as I get home I will dig the command and pass it on. I have seen where images have extensions thinking it is raw and it is not. You could try

Re: [Openstack] nova-api-os-compute slowdown

2018-10-17 Thread Robert Varjasi
Hi, Finally, the issue solved. It is caused by the low number of connections set to memcached servers: 1024. I noticed too many files open and too many sockets errors in my logs. Changing the memcached max allowed connections to 2048 or higher solved my problem. You can check your memcached

Re: [Openstack] [Nova][Glance] Nova imports flat images from base file despite ceph backend

2018-10-12 Thread Remo Mattei
Hi all I do not have it handy now but you can verify that the image is indeed raw or qcow2 As soon as I get home I will dig the command and pass it on. I have seen where images have extensions thinking it is raw and it is not. Remo >> Il giorno 12 ott 2018, alle ore 17:17, melanie witt ha

Re: [Openstack] [Nova][Glance] Nova imports flat images from base file despite ceph backend

2018-10-12 Thread melanie witt
On Fri, 12 Oct 2018 21:50:27 +, Eugen Block wrote: I would consider this thread as closed. After I learned that nova imports flat images if the image's disk-format is not "raw" I tested some different scenarios to understand more about this topic. I still couldn't explain why nova did that

Re: [Openstack] [Nova][Glance] Nova imports flat images from base file despite ceph backend

2018-10-12 Thread Eugen Block
Hi Melanie, thanks for your response. I would consider this thread as closed. After I learned that nova imports flat images if the image's disk-format is not "raw" I tested some different scenarios to understand more about this topic. I still couldn't explain why nova did that in the

Re: [Openstack] [Nova][Glance] Nova imports flat images from base file despite ceph backend

2018-10-12 Thread melanie witt
On Tue, 09 Oct 2018 08:01:01 +, Eugen Block wrote: So it's still unclear why nova downloaded a raw glance image to the local filesystem during the previous attempt. I always knew that with Ceph as backend it's recommended to use raw images but I always assumed the "disk-format" was not more

Re: [Openstack] nova-api-os-compute slowdown

2018-10-12 Thread Robert Varjasi
Hi, I found that my controller nodes were a bit overloaded with 16 uwsgi nova-api-os compute processes. I reduced the nova-api-os uwsgi processes to 10 and timeout and slowdowns were eliminated. My cloud went stable and the response times went lower. I have 20 vcpus on a Xeon(R) CPU E5-2630 v4 @

Re: [Openstack] [nova][ceph] Libvirt Error when add ceph as nova backend

2018-10-12 Thread Eugen Block
Hi, the keyrings and caps seem correct to me. yes both nodes, ceph & nova-compute node was on same network 192.168.26.xx/24 , does any special port need to allow at firewalld ? Yes, the firewall should allow the traffic between the nodes. If this is just a test environment you could try

Re: [Openstack] [nova][ceph] Libvirt Error when add ceph as nova backend

2018-10-11 Thread Adhi Priharmanto
Hi, This is my ceph node ( using single node ceph) for test only > [cephdeploy@ceph2 ~]$ cat /etc/ceph/ceph.client.nova.keyring > [client.nova] > key = AQBLxr5bbhnGFxAAXAliVJwMU5w5YgFY6jGJIA== > [cephdeploy@ceph2 ~]$ ceph auth get client.nova > exported keyring for client.nova > [client.nova] >

Re: [Openstack] [nova][ceph] Libvirt Error when add ceph as nova backend

2018-10-11 Thread Eugen Block
Hi, your nova.conf [libvirt] section seems fine. Can you paste the output of ceph auth get client.nova and does the keyring file exist in /etc/ceph/ (ceph.client.nova.keyring)? Is the ceph network reachable by your openstack nodes? Regards, Eugen Zitat von Adhi Priharmanto : Hi, Im

[Openstack] [nova][ceph] Libvirt Error when add ceph as nova backend

2018-10-11 Thread Adhi Priharmanto
Hi, Im running my openstack environment with rocky release, and I want to integrate ceph as nova-compute backend, so I followed instruction here : http://superuser.openstack.org/articl... and this is my nova.conf at my

Re: [Openstack] [Nova][Glance] Nova imports flat images from base file despite ceph backend

2018-10-09 Thread Eugen Block
Hi, I just wanted to follow up on this for documentation purpose. Although I still don't have all answers there's something I can explain. When I upload a new image (iso) to create a new base image for glance, and I use "--disk-format iso", this will lead to the described behavior, nova

[Openstack] nova-api-os-compute slowdown

2018-10-08 Thread Robert Varjasi
Hi, After a few tempest run I noticed slowdowns in the nova-api-os-compute uwsgi  processes. I check the processes with py-spy and found that a lot of process blocked on read(). Here is my py-spy output from one of my nova-api-os-compute uwsgi process: http://paste.openstack.org/show/731677/ And

[Openstack] [Nova][Glance] Nova imports flat images from base file despite ceph backend

2018-10-04 Thread Eugen Block
Hi list, this week I noticed something strange in our cloud (Ocata). We use Ceph as backend for nova, glance and cinder, everything really works like a charm. But from time to time we've noticed that some instances take much longer to launch than others. So I wanted to take a look what's

[Openstack] [Nova][Cyborg] Cyborg-Nova integration -- new submitted Cyborg implementation code

2018-09-29 Thread Wang, Xin-ran
Hi, I have noticed there are more and more developers who are interested in Cyborg at PTG, and there are also some valuable outputs after this PTG. According to the summary at this PTG(https://etherpad.openstack.org/p/cyborg-nova-ptg-stein ), 4 possible solutions about how Nova interact with

Re: [Openstack] [nova]Capacity discrepancy between command line and MySQL query

2018-09-25 Thread Risto Vaaraniemi
On Tue, Aug 28, 2018 at 5:12 PM Jay Pipes wrote: > > On 08/27/2018 09:40 AM, Risto Vaaraniemi wrote: > > Hi, > > > > I tried to migrate a guest to another host but it failed with a > > message saying there's not enough capacity on the target host even > > though the server should me nearly empty.

Re: [Openstack] [nova][cinder] Migrate instances between regions or between clusters?

2018-09-18 Thread Attila Fazekas
On Tue, Sep 18, 2018 at 4:31 PM, Peter Penchev wrote: > On Tue, Sep 18, 2018 at 03:07:45PM +0200, Attila Fazekas wrote: > > On Tue, Sep 18, 2018 at 2:09 PM, Peter Penchev < > openstack-...@storpool.com> > > wrote: > > > > > On Tue, Sep 18, 2018 at 11:32:37AM +0200, Attila Fazekas wrote: > > >

Re: [Openstack] [nova][cinder] Migrate instances between regions or between clusters?

2018-09-18 Thread Peter Penchev
On Tue, Sep 18, 2018 at 03:07:45PM +0200, Attila Fazekas wrote: > On Tue, Sep 18, 2018 at 2:09 PM, Peter Penchev > wrote: > > > On Tue, Sep 18, 2018 at 11:32:37AM +0200, Attila Fazekas wrote: > > [format recovered; top-posting after an inline reply looks confusing] > > > On Mon, Sep 17, 2018 at

Re: [Openstack] [nova][cinder] Migrate instances between regions or between clusters?

2018-09-18 Thread Attila Fazekas
On Tue, Sep 18, 2018 at 3:07 PM, Attila Fazekas wrote: > > > On Tue, Sep 18, 2018 at 2:09 PM, Peter Penchev > wrote: > >> On Tue, Sep 18, 2018 at 11:32:37AM +0200, Attila Fazekas wrote: >> [format recovered; top-posting after an inline reply looks confusing] >> > On Mon, Sep 17, 2018 at 11:43

Re: [Openstack] [nova][cinder] Migrate instances between regions or between clusters?

2018-09-18 Thread Attila Fazekas
On Tue, Sep 18, 2018 at 2:09 PM, Peter Penchev wrote: > On Tue, Sep 18, 2018 at 11:32:37AM +0200, Attila Fazekas wrote: > [format recovered; top-posting after an inline reply looks confusing] > > On Mon, Sep 17, 2018 at 11:43 PM, Jay Pipes wrote: > > > > > On 09/17/2018 09:39 AM, Peter Penchev

Re: [Openstack] [nova][cinder] Migrate instances between regions or between clusters?

2018-09-18 Thread Peter Penchev
On Tue, Sep 18, 2018 at 11:32:37AM +0200, Attila Fazekas wrote: [format recovered; top-posting after an inline reply looks confusing] > On Mon, Sep 17, 2018 at 11:43 PM, Jay Pipes wrote: > > > On 09/17/2018 09:39 AM, Peter Penchev wrote: > > > >> Hi, > >> > >> So here's a possibly stupid

Re: [Openstack] [nova][cinder] Migrate instances between regions or between clusters?

2018-09-18 Thread Attila Fazekas
Create a volume transfer VM/machine in each region. attache the volume -> dd -> compress -> internet ->decompress -> new volume, attache(/boot with) to the volume to the final machine. In case you have frequent transfers you may keep up the machines for the next one.. In case the storage is

Re: [Openstack] [nova][cinder] Migrate instances between regions or between clusters?

2018-09-17 Thread Jay Pipes
On 09/17/2018 09:39 AM, Peter Penchev wrote: Hi, So here's a possibly stupid question - or rather, a series of such :) Let's say a company has two (or five, or a hundred) datacenters in geographically different locations and wants to deploy OpenStack in both. What would be a deployment scenario

[Openstack] [nova][cinder] Migrate instances between regions or between clusters?

2018-09-17 Thread Peter Penchev
Hi, So here's a possibly stupid question - or rather, a series of such :) Let's say a company has two (or five, or a hundred) datacenters in geographically different locations and wants to deploy OpenStack in both. What would be a deployment scenario that would allow relatively easy migration

[Openstack] [openstack][nova]Can I specify a unique certificate for every instance(spice connection)?

2018-09-07 Thread 陈炤
Hi, Opesntack can configure a global tls certificate for all instances with spice connection via /etc/libvert/qemu.conf, but can I configure a certificate for every instance seperately? BR Don ___ Mailing list:

Re: [Openstack] [nova] Nova-scheduler: when are filters applied?

2018-09-03 Thread Balázs Gibizer
On Mon, Sep 3, 2018 at 1:27 PM, Eugen Block wrote: Hi, To echo what cfriesen said, if you set your allocation ratio to 1.0, the system will not overcommit memory. Shut down instances consume memory from an inventory management perspective. If you don't want any danger of an instance

Re: [Openstack] [nova] Nova-scheduler: when are filters applied?

2018-09-03 Thread Eugen Block
Thanks, that is a very good explanation, I get it now. Thank you very much for your answers! Zitat von Balázs Gibizer : On Mon, Sep 3, 2018 at 1:27 PM, Eugen Block wrote: Hi, To echo what cfriesen said, if you set your allocation ratio to 1.0, the system will not overcommit memory.

Re: [Openstack] [nova] Nova-scheduler: when are filters applied?

2018-09-03 Thread Jay Pipes
On 09/03/2018 07:27 AM, Eugen Block wrote: Hi, To echo what cfriesen said, if you set your allocation ratio to 1.0, the system will not overcommit memory. Shut down instances consume memory from an inventory management perspective. If you don't want any danger of an instance causing an OOM,

Re: [Openstack] [nova] Nova-scheduler: when are filters applied?

2018-09-03 Thread Eugen Block
Hi, To echo what cfriesen said, if you set your allocation ratio to 1.0, the system will not overcommit memory. Shut down instances consume memory from an inventory management perspective. If you don't want any danger of an instance causing an OOM, you must set you ram_allocation_ratio

Re: [Openstack] [nova] Nova-scheduler: when are filters applied?

2018-08-30 Thread Jay Pipes
On 08/30/2018 10:54 AM, Eugen Block wrote: Hi Jay, You need to set your ram_allocation_ratio nova.CONF option to 1.0 if you're running into OOM issues. This will prevent overcommit of memory on your compute nodes. I understand that, the overcommitment works quite well most of the time. It

Re: [Openstack] [nova] Nova-scheduler: when are filters applied?

2018-08-30 Thread Chris Friesen
On 08/30/2018 08:54 AM, Eugen Block wrote: Hi Jay, You need to set your ram_allocation_ratio nova.CONF option to 1.0 if you're running into OOM issues. This will prevent overcommit of memory on your compute nodes. I understand that, the overcommitment works quite well most of the time. It

Re: [Openstack] [nova] Nova-scheduler: when are filters applied?

2018-08-30 Thread Eugen Block
Hi Jay, You need to set your ram_allocation_ratio nova.CONF option to 1.0 if you're running into OOM issues. This will prevent overcommit of memory on your compute nodes. I understand that, the overcommitment works quite well most of the time. It just has been an issue twice when I booted

[Openstack] [nova] Nova-scheduler: when are filters applied?

2018-08-30 Thread Eugen Block
Sorry. I was to quick with the send button... Hi *, I posted my question in [1] a week ago, but no answer yet. When does Nova apply its filters (Ram, CPU, etc.)? Of course at instance creation and (live-)migration of existing instances. But what about existing instances that have been shutdown

Re: [Openstack] [nova]

2018-08-30 Thread Jay Pipes
On 08/30/2018 10:19 AM, Eugen Block wrote: When does Nova apply its filters (Ram, CPU, etc.)? Of course at instance creation and (live-)migration of existing instances. But what about existing instances that have been shutdown and in the meantime more instances on the same hypervisor have been

[Openstack] [nova]

2018-08-30 Thread Eugen Block
Hi *, I posted my question in [1] a week ago, but no answer yet. When does Nova apply its filters (Ram, CPU, etc.)? Of course at instance creation and (live-)migration of existing instances. But what about existing instances that have been shutdown and in the meantime more instances on the

Re: [Openstack] [nova]Capacity discrepancy between command line and MySQL query

2018-08-28 Thread Jay Pipes
On 08/27/2018 09:40 AM, Risto Vaaraniemi wrote: Hi, I tried to migrate a guest to another host but it failed with a message saying there's not enough capacity on the target host even though the server should me nearly empty. The guest I'm trying to move needs 4 cores, 4 GB of memory and 50 GB

[Openstack] [nova]Capacity discrepancy between command line and MySQL query

2018-08-27 Thread Risto Vaaraniemi
Hi, I tried to migrate a guest to another host but it failed with a message saying there's not enough capacity on the target host even though the server should me nearly empty. The guest I'm trying to move needs 4 cores, 4 GB of memory and 50 GB of disk. Each compute node should have 20 cores,

Re: [Openstack] [nova] Log files on exceeding cpu allocation limit

2018-08-08 Thread Cody
Got it! Thank you, Jay! - Cody On Wed, Aug 8, 2018 at 11:36 AM Jay Pipes wrote: > > So, that is normal operation, actually. The conductor calls the > scheduler to find a place for your requested instances. The scheduler > responded to the conductor that, sorry, there were no hosts that were >

Re: [Openstack] [nova] Log files on exceeding cpu allocation limit

2018-08-08 Thread Jay Pipes
So, that is normal operation, actually. The conductor calls the scheduler to find a place for your requested instances. The scheduler responded to the conductor that, sorry, there were no hosts that were able to match the request (I don't know what the details of that request were). And so

Re: [Openstack] [nova] Log files on exceeding cpu allocation limit

2018-08-08 Thread Cody
Hi Jay, Thank you for getting back. I attached the log in my previous reply, but I guess Gmail hided it from you as a quoted message. Here comes again: From nova-conductor.log ### BEGIN ### 2018-08-08 09:28:35.974 1648 ERROR nova.conductor.manager [req-ef0d8ea1-e801-483e-b913-9148a6ac5d90

Re: [Openstack] [nova] Log files on exceeding cpu allocation limit

2018-08-08 Thread Jay Pipes
On 08/08/2018 09:37 AM, Cody wrote: On 08/08/2018 07:19 AM, Bernd Bausch wrote: I would think you don't even reach the scheduling stage. Why bother looking for a suitable compute node if you exceeded your quota anyway? The message is in the conductor log because it's the conductor that does

Re: [Openstack] [nova] Log files on exceeding cpu allocation limit

2018-08-08 Thread Cody
> On 08/08/2018 07:19 AM, Bernd Bausch wrote: > > I would think you don't even reach the scheduling stage. Why bother > > looking for a suitable compute node if you exceeded your quota anyway? > > > > The message is in the conductor log because it's the conductor that does > > most of the work.

Re: [Openstack] [nova] Log files on exceeding cpu allocation limit

2018-08-08 Thread Jay Pipes
On 08/08/2018 07:19 AM, Bernd Bausch wrote: I would think you don't even reach the scheduling stage. Why bother looking for a suitable compute node if you exceeded your quota anyway? The message is in the conductor log because it's the conductor that does most of the work. The others are just

Re: [Openstack] [nova] Log files on exceeding cpu allocation limit

2018-08-08 Thread Bernd Bausch
I would think you don't even reach the scheduling stage. Why bother looking for a suitable compute node if you exceeded your quota anyway? The message is in the conductor log because it's the conductor that does most of the work. The others are just slackers (like nova-api) or wait for

Re: [Openstack] [nova] Log files on exceeding cpu allocation limit

2018-08-07 Thread Cody
Hi Jay, Thank you for getting back to my question. I agree that it is not an error; only a preset limit is reached. I just wonder why this incident only got recorded in the nova-conductor.log, but not in other files such as nova-scheduler.log, which would make more sense to me. :-) By the way,

Re: [Openstack] [nova] Log files on exceeding cpu allocation limit

2018-08-07 Thread Jay Pipes
On 08/07/2018 10:57 AM, Cody wrote: Hi everyone, I intentionally triggered an error by launching more instances than it is allowed by the 'cpu_allocation_ratio' set on a compute node. When it comes to logs, the only place contained a clue to explain the launch failure was in the

[Openstack] [nova] Log files on exceeding cpu allocation limit

2018-08-07 Thread Cody
Hi everyone, I intentionally triggered an error by launching more instances than it is allowed by the 'cpu_allocation_ratio' set on a compute node. When it comes to logs, the only place contained a clue to explain the launch failure was in the nova-conductor.log on a controller node. Why there is

Re: [openstack-dev] [Openstack] [nova] [os-vif] [vif_plug_ovs] Support for OVS DB tcp socket communication.

2018-08-02 Thread Stephen Finucane
On Wed, 2018-07-25 at 15:22 +0530, pranab boruah wrote: > Hello folks, > I have filed a bug in os-vif: > https://bugs.launchpad.net/os-vif/+bug/1778724 and working on a > patch. Any feedback/comments from you guys would be extremely > helpful. > Bug details: > OVS DB server has the feature of

Re: [openstack-dev] [Openstack] [nova] [os-vif] [vif_plug_ovs] Support for OVS DB tcp socket communication.

2018-07-31 Thread pranab boruah
>Hello Pranab, >Makes sense for me. This is really related to the OVS plugin that we >are maintaining. I guess you will have to add a new config option for >it as we have with 'network_device_mtu' and 'ovs_vsctl_timeout'. >Don't hesitate to add me as reviewer when patch is ready. Thanks Sahid.

Re: [openstack-dev] [Openstack] [nova] [os-vif] [vif_plug_ovs] Support for OVS DB tcp socket communication.

2018-07-25 Thread Sahid Orentino Ferdjaoui
On Wed, Jul 25, 2018 at 03:22:27PM +0530, pranab boruah wrote: > Hello folks, > > I have filed a bug in os-vif: > https://bugs.launchpad.net/os-vif/+bug/1778724 and > working on a patch. Any feedback/comments from you guys would be extremely > helpful. > > Bug details: > > OVS DB server has the

[openstack-dev] [Openstack] [nova] [os-vif] [vif_plug_ovs] Support for OVS DB tcp socket communication.

2018-07-25 Thread pranab boruah
Hello folks, I have filed a bug in os-vif: https://bugs.launchpad.net/os-vif/+bug/1778724 and working on a patch. Any feedback/comments from you guys would be extremely helpful. Bug details: OVS DB server has the feature of listening over a TCP socket for connections rather than just on the

Re: [openstack-dev] [Openstack] [nova][api] Novaclient redirect endpoint https into http

2018-07-08 Thread Alex Xu
The version API isn't protected by the microversion, since the version API is used to discover the microversion. 2018-07-07 5:37 GMT+08:00 Matt Riedemann : > On 7/6/2018 6:28 AM, Kristi Nikolla wrote: > >> If the answer is 'no', can we find a process that gets us there? Or >> are we doomed >> by

Re: [openstack-dev] [Openstack] [nova][api] Novaclient redirect endpoint https into http

2018-07-06 Thread Matt Riedemann
On 7/6/2018 6:28 AM, Kristi Nikolla wrote: If the answer is 'no', can we find a process that gets us there? Or are we doomed by the inability to version the version document? We could always microversion the version document couldn't we? Not saying we want to, but it's an option right? --

Re: [openstack-dev] [Openstack] [nova][api] Novaclient redirect endpoint https into http

2018-07-06 Thread Kristi Nikolla
On Thu, Jul 5, 2018 at 4:11 PM Monty Taylor wrote: > > On 07/05/2018 01:55 PM, melanie witt wrote: > > +openstack-dev@ > > > > On Wed, 4 Jul 2018 14:50:26 +, Bogdan Katynski wrote: > >>> But, I can not use nova command, endpoint nova have been redirected > >>> from https to http.

Re: [openstack-dev] [Openstack] [nova][api] Novaclient redirect endpoint https into http

2018-07-05 Thread Ghanshyam Mann
On Fri, 06 Jul 2018 11:30:15 +0900 Alex Xu wrote > > > 2018-07-06 10:03 GMT+08:00 Alex Xu : > > > 2018-07-06 2:55 GMT+08:00 melanie witt : > +openstack-dev@ > > On Wed, 4 Jul 2018 14:50:26 +, Bogdan Katynski wrote: > But, I can not use nova command, endpoint

Re: [openstack-dev] [Openstack] [nova][api] Novaclient redirect endpoint https into http

2018-07-05 Thread Alex Xu
2018-07-06 10:03 GMT+08:00 Alex Xu : > > > 2018-07-06 2:55 GMT+08:00 melanie witt : > >> +openstack-dev@ >> >> On Wed, 4 Jul 2018 14:50:26 +, Bogdan Katynski wrote: >> >>> But, I can not use nova command, endpoint nova have been redirected from https to http.

Re: [openstack-dev] [Openstack] [nova][api] Novaclient redirect endpoint https into http

2018-07-05 Thread Alex Xu
2018-07-06 2:55 GMT+08:00 melanie witt : > +openstack-dev@ > > On Wed, 4 Jul 2018 14:50:26 +, Bogdan Katynski wrote: > >> But, I can not use nova command, endpoint nova have been redirected from >>> https to http. Here:http://prntscr.com/k2e8s6 (command: nova –insecure >>> service list) >>>

Re: [Openstack-operators] [openstack-dev] [Openstack] [nova][api] Novaclient redirect endpoint https into http

2018-07-05 Thread Monty Taylor
On 07/05/2018 01:55 PM, melanie witt wrote: +openstack-dev@ On Wed, 4 Jul 2018 14:50:26 +, Bogdan Katynski wrote: But, I can not use nova command, endpoint nova have been redirected from https to http. Here:http://prntscr.com/k2e8s6  (command: nova –insecure service list) First of all, it

Re: [openstack-dev] [Openstack] [nova][api] Novaclient redirect endpoint https into http

2018-07-05 Thread Monty Taylor
On 07/05/2018 01:55 PM, melanie witt wrote: +openstack-dev@ On Wed, 4 Jul 2018 14:50:26 +, Bogdan Katynski wrote: But, I can not use nova command, endpoint nova have been redirected from https to http. Here:http://prntscr.com/k2e8s6  (command: nova –insecure service list) First of all, it

Re: [Openstack] [nova][api] Novaclient redirect endpoint https into http

2018-07-05 Thread melanie witt
+openstack-dev@ On Wed, 4 Jul 2018 14:50:26 +, Bogdan Katynski wrote: But, I can not use nova command, endpoint nova have been redirected from https to http. Here:http://prntscr.com/k2e8s6 (command: nova –insecure service list) First of all, it seems that the nova client is hitting /v2.1

Re: [Openstack-operators] [Openstack] [nova][api] Novaclient redirect endpoint https into http

2018-07-05 Thread melanie witt
+openstack-dev@ On Wed, 4 Jul 2018 14:50:26 +, Bogdan Katynski wrote: But, I can not use nova command, endpoint nova have been redirected from https to http. Here:http://prntscr.com/k2e8s6 (command: nova –insecure service list) First of all, it seems that the nova client is hitting /v2.1

Re: [openstack-dev] [Openstack] [nova][api] Novaclient redirect endpoint https into http

2018-07-05 Thread melanie witt
+openstack-dev@ On Wed, 4 Jul 2018 14:50:26 +, Bogdan Katynski wrote: But, I can not use nova command, endpoint nova have been redirected from https to http. Here:http://prntscr.com/k2e8s6 (command: nova –insecure service list) First of all, it seems that the nova client is hitting /v2.1

Re: [Openstack] [Nova] Nova Instance Launches failing on stable/pike

2018-04-30 Thread N Vivekanandan
@lists.openstack.org' <openstack@lists.openstack.org> Subject: [Openstack][Nova] Nova Instance Launches failing on stable/pike Hi Nova Team, With the latest cloned Pike repo (devstack based setup), nova instance launches always fail with the following error: >From Nova Conductor Logs [u'

Re: [Openstack] Nova VNC console broken

2018-04-20 Thread Bernd Bausch
According to the command output that you posted, the first API that fails is this: GET http://controller:8774/v2.1/servers/zktubntu It's the equivalent of openstack server show zktubntu. I wonder if you run console url show as the owner of that instance, or as admin. As admin, you can't find an

Re: [Openstack] Nova VNC console broken

2018-04-20 Thread Erik McCormick
Could you describe your HA set up a little bit? I assume your controllers are behind a load balancer. Did you alter the novnc URL to point to the virtual ip? -Erik On Apr 20, 2018 3:43 PM, "Torin Woltjer" wrote: After setting up HA for my openstack cluster, the

[Openstack] Nova VNC console broken

2018-04-20 Thread Torin Woltjer
After setting up HA for my openstack cluster, the nova console no longer works. Nothing of note appears in any of the logs at /var/log/nova on the controller or the compute node running the instance. I get a single line that looks relevant output to /var/log/apache2/errors.log on the controller

[Openstack] [nova] KVM internal error. Suberror: 3

2018-04-18 Thread Allen Yu
dc -smbios type=1,manufacturer=OpenStack Foundation,product=OpenStack Nova,version=12.0.5,serial=d8eca30f-2e73-4dfb-9270-244084458637,uuid=d6bec617-7977-4fd6-a6ad-cd9757735fdc,family=Virtual Machine -no-user-config -nodefaults -chardev socket,id=charmonitor,path=/var/lib/libvirt/qemu/instance-00

Re: [Openstack] [nova] Enabling nested KVM (or injecting any CPU feature flags) with cpu_mode=custom

2018-03-29 Thread melanie witt
somewhere along the way — is there a contemporary way to do this? We discussed this in the #openstack-nova IRC channel today and I'm going to summarize here in case there are others interested in the topic. It sounds like the "Add ability to configure extra CPU flags for named CPU mode

[Openstack] [nova] Enabling nested KVM (or injecting any CPU feature flags) with cpu_mode=custom

2018-03-29 Thread Florian Haas
Hi everyone! I have a question about enabling nested KVM, or for that matter passing in any required CPU features to an instance, in combination with using a "custom" cpu-mode. My compute nodes (Ocata) are configured to run with cpu_mode=custom, cpu_model=IvyBridge. They are also configured for

Re: [Openstack] nova live migration setup

2018-03-21 Thread Melvin Hillsman
Here is some detail on some work regarding live migration - http://superuser.openstack.org/wp-content/uploads/2017/06/ha-livemigrate-whitepaper.pdf Some information on that report in terms of setting up live migration was gleaned from -

Re: [Openstack] nova live migration setup

2018-03-21 Thread Torin Woltjer
erry <openst...@medberry.net> Sent: 3/21/18 5:08 PM To: torin.wolt...@granddial.com Cc: OpenStack General <openstack@lists.openstack.org> Subject: Re: [Openstack] nova live migration setup Best practice is to use shared storage and then the "copy" is really only the active

Re: [Openstack] nova live migration setup

2018-03-21 Thread David Medberry
Best practice is to use shared storage and then the "copy" is really only the active memory. A few changes came about in about the newton? timeframe that allows for some memory convergence. Take a look at the nova release notes from that time forward and you should see reference to the change(s).

[Openstack] nova live migration setup

2018-03-21 Thread Torin Woltjer
I can't find any up to date official documentation on the topic, and only find documentation referring to the commands used. What is the best practice for setting up live migration for nova? I have used live migration over SSH in the past, but the documentation for how to do so is lost to me.

Re: [Openstack] Nova + LXD + Ceph?

2018-03-15 Thread James Page
project; I will try to track down a nova features > timeline or submit a request myself. > nova-lxd is still a separate team and project: https://github.com/openstack/nova-lxd so its a little different to main Nova development right now; a bug report at: https://bug

Re: [Openstack] Nova + LXD + Ceph?

2018-03-13 Thread Torin Woltjer
. From: James Page <james.p...@ubuntu.com> Sent: 3/13/18 5:33 AM To: torin.wolt...@granddial.com Cc: openstack@lists.openstack.org Subject: Re: [Openstack] Nova + LXD + Ceph? Hi Torin On Mon, 12 Mar 2018 at 21:52, Torin Woltjer <torin.wolt...@granddial.com> wrote: Hello, I am looki

Re: [Openstack] Nova + LXD + Ceph?

2018-03-13 Thread James Page
Hi Torin On Mon, 12 Mar 2018 at 21:52, Torin Woltjer wrote: > Hello, > > I am looking to deploy an openstack cluster using LXD for compute and Ceph > for storage, and I was running into some doubt as to whether this was > possible; and doubt that nova-lxd was mature

[Openstack] Nova + LXD + Ceph?

2018-03-12 Thread Torin Woltjer
Hello, I am looking to deploy an openstack cluster using LXD for compute and Ceph for storage, and I was running into some doubt as to whether this was possible; and doubt that nova-lxd was mature enough for production. If anyone is running nova-lxd in production, or knows anything about it,

[Openstack] [nova] using nova.scheduler.HostManager() (newbie question)

2018-03-05 Thread Ed -
Hi all, I'm trying to get started with openstack code. I'm using the nova.tests examples as they seems simple. I tried it on a packstack newton (it works) and on some TripleO deployments (Pike) , but it doesn't work :( Below you can find the code and the error: ~~~ from oslo_config import cfg

Re: [Openstack] [nova] [nova-lxd] Query regarding LXC instantiation using nova

2018-02-20 Thread James Page
Hi Amit (re-titled thread with scoped topics) As Matt has already referenced, [0] is a good starting place for using the nova-lxd driver. On Tue, 20 Feb 2018 at 11:13 Amit Kumar wrote: > Hello, > > I have a running OpenStack Ocata setup on which I am able to launch VMs. >

Re: [Openstack-operators] [openstack][openstack-nova][openstack-operators] Query regarding LXC instantiation using nova

2018-02-20 Thread Matt Riedemann
On 2/20/2018 5:13 AM, Amit Kumar wrote: Hello, I have a running OpenStack Ocata setup on which I am able to launch VMs. But I want to move to LXC instantiation instead of VMs. So, for this, I installed nova-compute-lxd on my compute node (Ubuntu 16.04). */etc/nova/nova-compute.conf* on my

[Openstack] [openstack][openstack-nova][openstack-operators] Query regarding LXC instantiation using nova

2018-02-20 Thread Amit Kumar
Hello, I have a running OpenStack Ocata setup on which I am able to launch VMs. But I want to move to LXC instantiation instead of VMs. So, for this, I installed nova-compute-lxd on my compute node (Ubuntu 16.04). */etc/nova/nova-compute.conf* on my compute nodes was changed to contain the

[Openstack-operators] [openstack][openstack-nova][openstack-operators] Query regarding LXC instantiation using nova

2018-02-20 Thread Amit Kumar
Hello, I have a running OpenStack Ocata setup on which I am able to launch VMs. But I want to move to LXC instantiation instead of VMs. So, for this, I installed nova-compute-lxd on my compute node (Ubuntu 16.04). */etc/nova/nova-compute.conf* on my compute nodes was changed to contain the

Re: [openstack-dev] [nova] github.com/openstack/nova-specs mirror temporarily broken

2018-02-12 Thread melanie witt
t. Fixing it is on the TODO list for the next > scheduled maintenance window, but until then, please git clone the > https://git.openstack.org/cgit/openstack/nova-specs version to propose your > specs [1] for Rocky. > > Cheers, > -melanie > > [1] http://specs.openstack.

[openstack-dev] [nova] github.com/openstack/nova-specs mirror temporarily broken

2018-02-12 Thread melanie witt
the https://git.openstack.org/cgit/openstack/nova-specs version to propose your specs [1] for Rocky. Cheers, -melanie [1] http://specs.openstack.org/openstack/nova-specs/readme.html __ OpenStack Development Mailing List

[Openstack] Fwd: Port Binding between OpenStack nova VM and ODL network port

2018-02-12 Thread Abdul Malik
-- Forwarded message -- From: Abdul Malik <ajabbar2...@namal.edu.pk> Date: 12 February 2018 at 14:51 Subject: Port Binding between OpenStack nova VM and ODL network port To: openstack@lists.openstack.org Hello all, I am working on SDN controllers with OpenStack and

[Openstack] [nova] Compute node in Pike does not register itself

2018-01-17 Thread Lars-Erik Helander
I can not get my compute nodes to register themelves when using Pike. It works OK in Ocata. Is there some additional config, service or software package required in Pike ? If I monitor the IP traffic on the compute node the following can be seen when nova-compute is started: Ocata: Compute

Re: [Openstack] [Nova]Update glance image contents

2018-01-12 Thread Belmiro Moreira
Hi Ondrej, the following spec tries to address the issue that you described. https://review.openstack.org/#/c/508133/ Let me know if you have comments/suggestions. cheers, Belmiro On Fri, Jan 12, 2018 at 2:31 PM, Ondrej Vaško wrote: > Hello guys, > > I am dealing with

[Openstack] [Nova]Update glance image contents

2018-01-12 Thread Ondrej Vaško
Hello guys, I am dealing with one issue and that is a question *What is the right approach for updating openstack glance images?* When new version of cloud image comes out, for example Ubuntu cloud images , I want to update old openstack glance

Re: [openstack-dev] [Release-job-failures][release][nova][infra] Release of openstack/nova failed

2018-01-10 Thread Jeremy Stanley
On 2018-01-10 16:40:01 -0500 (-0500), Doug Hellmann wrote: [...] > The failure from [1] is during the step where the "sibling" > packages are installed and says "pip python module is required". [...] There were some "bad" images in production earlier which were missing pip. When that was caught

Re: [openstack-dev] [Release-job-failures][release][nova][infra] Release of openstack/nova failed

2018-01-10 Thread Doug Hellmann
Excerpts from zuul's message of 2018-01-10 01:38:45 +: > Build failed. > > - release-openstack-python-without-pypi > http://logs.openstack.org/d6/d6ce901fe280004edbe2f27d8af374ff905161d6/release/release-openstack-python-without-pypi/10069b4/ > : FAILURE in 4m 23s > - announce-release

  1   2   3   4   5   6   7   8   9   10   >