Re: [Openstack] Migrating cinder volumes to a new cluster

2017-02-09 Thread Tomáš Vondra
Hi Jim! I think that the plan is good. I think Cinder should not delete anything unless told to do so. You have to create the CPG space manually before Cinder can start using it, so it does no initialization. Do you have opportunity to test it, on some other CPG perhaps? We have the same setup

Re: [Openstack] VMs lost IP after running for few days on OpenStack Liberty.

2017-04-18 Thread Tomáš Vondra
Hi Dan, that normally should not happen. Presuming you are running Neutron, it may be two things – either your DHCP agent died and the instances could not renew their IPs, or the DHCP client inside them died, or as third variant, your RabbitMQ bus is broken and the DHCP agents don’t have actual

Re: [Openstack] poor bandwidth across instances running on same host

2017-04-18 Thread Tomáš Vondra
Sorry to shatter you expectations, but those numbers are perfectly OK. I was testing on HPE DL380 gen9 with Intel Xeon E5-2630v3 and I got these speeds between two KVM VMs on the same host using netp

Re: [Openstack] Floating IP issues in multiple cloud installs.

2017-06-20 Thread Tomáš Vondra
Hi! Do you have Neutron DVR enabled? Multiple Network nodes? Tomas -Original Message- From: Brian Haley [mailto:haleyb@gmail.com] Sent: Tuesday, June 20, 2017 3:30 AM To: Ken D'Ambrosio Cc: Openstack Subject: Re: [Openstack] Floating IP issues in multiple cloud installs. On 06/19/201

Re: [Openstack] Mirantis Openstack - Instances lose IP in certain nodes

2017-06-29 Thread Tomáš Vondra
Hi! What kind of networking plugin have you deployed with Fuel? Do you mean fixed IP or Floating IP? Tomas From: Raja T Nair [mailto:rtn...@gmail.com] Sent: Tuesday, June 27, 2017 8:54 PM To: openstack@lists.openstack.org Subject: [Openstack] Mirantis Openstack - Instances lose IP in certai

Re: [Openstack] dhcp namespace and vert pairs?

2017-07-18 Thread Tomáš Vondra
Hi! I think that the DHCP server does not work for the laptop because it only server MAC:IP pairs configured by Neutron. You can confirm by stealing a MAC address configured to an instance. Stop it and try dhclient ;-). However, I'm not enough of a Neutron guru to guarantee you that you will be

Re: [Openstack] Compute Node shutdown how to prevent instance suspend

2017-11-02 Thread Tomáš Vondra
Hi! When I need to reboot a compute node (because of some driver lock-up or such problems), I first stop nova-compute so that it does not report the shutoff state of VMs to the database and resume_guests_state_on_host_boot=true does actually start them. Then I press the power switch on the VMs

Re: [Openstack] Computer Science Master's Thesis Topics?

2017-12-01 Thread Tomáš Vondra
Hi Felix! I'm a PhD student at CTU FEE. My own topic was simulation of automatic scaling using both the event-driven approach and queue network modelling. The second part of the thesis was on the prediction of web server workload in time. If you wanted, you could continue and simulate some predi

Re: [Openstack] [ironic] how to prevent ironic user to controle ipmi through OS?

2018-01-29 Thread Tomáš Vondra
How about HPE iLO, does anyone know a way to disable access from the OS? From: Tyler Bishop [mailto:tyler.bis...@beyondhosting.net] Sent: Sunday, January 28, 2018 2:01 AM To: Guo James Cc: openstack Subject: Re: [Openstack] [ironic] how to prevent ironic user to controle ipmi through OS?

Re: [Openstack] volume state (in-use/available) vs real work

2018-04-27 Thread Tomáš Vondra
Hi! whether this works or not depends on the backend. For example, on Fibre Channel, the VM would still see the same size, because it is still presented from the storage to the hypervisor with the same size. Changing it on the fly requires you to dig deep in Linux SCSI rescans and device mapper