Re: [Openstack] Create VMs with Power architecture(ppc64) on OpenStack running on x86_64 nodes??

2018-11-19 Thread Chris Friesen
On 11/19/2018 10:25 AM, Yedhu Sastri wrote: Hello All, I have some use-cases which I want to test in PowerPC architecture(ppc64). As I dont have any Power machines I would like to try it with ppc64 VM's. Is it possible to run these kind of VM's on my OpenStack cluster(Queens) which runs on X8

Re: [Openstack] [openstack-dev] [all] Bringing the community together (combine the lists!)

2018-08-30 Thread Chris Friesen
On 08/30/2018 11:03 AM, Jeremy Stanley wrote: The proposal is simple: create a new openstack-discuss mailing list to cover all the above sorts of discussion and stop using the other four. Do we want to merge usage and development onto one list? That could be a busy list for someone who's jus

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 ju

Re: [Openstack] "Resource doesn't have field name."

2018-05-29 Thread Chris Friesen
I think it'd be worth filing a bug against the "openstack" client...most of the clients try to be compatible with any server version. Probably best to include the details from the run with the --debug option for both the new and old version of the client. Chris On 05/29/2018 10:36 AM, Ken D'

Re: [Openstack] Windows images into OpenStack

2018-05-11 Thread Chris Friesen
On 05/11/2018 10:30 AM, Remo Mattei wrote: Hello guys, I have a need now to get a Windows VM into the OpenStack deployment. Can anyone suggest the best way to do this. I have done mostly Linux. I could use the ISO and build one within OpenStack not sure I want to go that route. I have some Win

Re: [Openstack] Glance image definition using V2 API

2018-04-26 Thread Chris Friesen
On 04/22/2018 12:57 AM, Fabian Zimmermann wrote: Hi, just create an empty image (Without file or location param), then use add-location to set your locations. I was under the impression that the V2 API didn't let you update the location unless the "show_multiple_locations" config option was s

Re: [Openstack] which SDK to use?

2018-04-20 Thread Chris Friesen
On 04/20/2018 01:48 AM, Adrian Turjak wrote: What version of the SDK are you using? Originally I just used what was installed in my devstack VM, which seems to be 0.9.17. Upgrading to 0.12.0 allowed it to work. Thanks, Chris ___ Mailing list: htt

Re: [Openstack] which SDK to use?

2018-04-20 Thread Chris Friesen
On 04/19/2018 09:19 PM, Adrian Turjak wrote: On 20/04/18 01:46, Chris Friesen wrote: On 04/19/2018 07:01 AM, Jeremy Stanley wrote: Or, for that matter, leverage OpenStackSDK's ability to pass arbitrary calls to individual service APIs when you need something not exposed by the porc

Re: [Openstack] which SDK to use?

2018-04-19 Thread Chris Friesen
On 04/19/2018 07:01 AM, Jeremy Stanley wrote: On 2018-04-19 12:24:48 +1000 (+1000), Joshua Hesketh wrote: There is also nothing stopping you from using both. For example, you could use the OpenStack SDK for most things but if you hit an edge case where you need something specific you can then im

Re: [Openstack] which SDK to use?

2018-04-18 Thread Chris Friesen
n new OS release / new feature introduction and appearance of corresponding support in Unified Openstack SDK if you were experiencing such issues? Thanks. On 4/17/18 7:23 PM, Chris Friesen wrote: On 04/17/2018 07:13 AM, Jeremy Stanley wrote: The various "client libraries" (e.g. py

Re: [Openstack] which SDK to use?

2018-04-17 Thread Chris Friesen
On 04/17/2018 07:13 AM, Jeremy Stanley wrote: The various "client libraries" (e.g. python-novaclient, python-cinderclient, et cetera) can also be used to that end, but are mostly for service-to-service communication these days, aren't extremely consistent with each other, and tend to eventually

Re: [Openstack] Clock Drift

2018-03-22 Thread Chris Friesen
On 03/21/2018 08:17 PM, Tyler Bishop wrote: We've been fighting a constant clock skew issue lately on 4 of our clusters. They all use NTP but seem to go into WARN every 12 hours or so. Anyone else experiencing this? What clock are you using in the guest? Chris

Re: [Openstack] is there a way to set the number of queues with the virtio-scsi driver ?

2018-02-13 Thread Chris Friesen
On 02/13/2018 09:32 AM, Vincent Godin wrote: When creating a image, in metadata "libvirt Driver Options", it's just possible set the "hw_scsi_model" to "virtio-scsi" but there is no way to set the number of queues. As this is a big factor of io improvement, why this option is still not available

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

2017-11-02 Thread Chris Friesen
On 11/02/2017 01:03 AM, Chris wrote: Hello, When we shut down a compute node the instances running on it get suspended. This generates some difficulties with some applications like RabbitMQ dont like to be suspended. Is there a way to change this behavior so that the running instances gets kille

Re: [Openstack] Pike NOVA Disable and Live Migrate all instances.

2017-09-20 Thread Chris Friesen
On 09/20/2017 08:59 AM, Steven D. Searles wrote: Done, thanks for the assistance Chris and everyone. https://bugs.launchpad.net/nova/+bug/1718455 I pinged the nova devs and mriedem suggested a fix you might want to try. In nova/scheduler/filter_scheduler.py, function select_destinations(), a

Re: [Openstack] Pike NOVA Disable and Live Migrate all instances.

2017-09-20 Thread Chris Friesen
ied in the controller max_concurrent_live_migrations=1 and queued the rest until they all completed and the host was empty. Steven Searles -Original Message- From: Steven D. Searles [mailto:ssear...@zimcom.net] Sent: Wednesday, September 20, 2017 12:16 AM To: Chris Friesen ;

Re: [Openstack] Pike NOVA Disable and Live Migrate all instances.

2017-09-19 Thread Chris Friesen
On 09/19/2017 05:21 PM, Steven D. Searles wrote: Hello everyone and thanks in advance. I have Openstack Pike (KVM,FC-SAN/Cinder) installed in our lab for testing before upgrade and am seeing a possible issue with disabling a host and live migrating the instances off via the horizon interface. I

Re: [Openstack] [OpenStack] Can Mitaka RamFilter support free hugepages?

2017-09-08 Thread Chris Friesen
On 09/07/2017 02:27 PM, Sahid Orentino Ferdjaoui wrote: On Wed, Sep 06, 2017 at 11:57:25PM -0400, Jay Pipes wrote: Sahid, Stephen, what are your thoughts on this? On 09/06/2017 10:17 PM, Yaguang Tang wrote: I think the fact that RamFilter can't deal with huge pages is a bug , duo to this limit

Re: [Openstack] guest rbd block device speed limit

2017-08-25 Thread Chris Friesen
oxmail.com <mailto:ch...@foxmail.com> *Date:* 2017-08-25 10:05 *To:* Chris Friesen <mailto:chris.frie...@windriver.com>; openstack <mailto:openstack@lists.openstack.org> *Subject:* Re: Re: [Openstack] guest rbd block device speed limit This is my ceph performance

Re: [Openstack] guest rbd block device speed limit

2017-08-24 Thread Chris Friesen
On 08/24/2017 01:04 AM, ch...@foxmail.com wrote: Hello: I am using openstack + libvirt + qemu-kvm. The speed of copying files between virtual machines exceeds 300M Byte per second but the speed of dd command: "watch dd oflag=direct,nonblock if=/dev/zero of=/opt/iotest1 bs=4M count=10"

Re: [Openstack] Openstack Ocata Error Message

2017-06-20 Thread Chris Friesen
On 06/20/2017 01:45 PM, Alex Evonosky wrote: Openstackers- I am getting the familiar: *No hosts found* when launching an instance. After research I found many issues such as this at least going back to 2015. However, the solutions that were presented did not really seem to help mine, so I am c

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

2017-04-18 Thread Chris Friesen
On 04/18/2017 01:11 AM, Manuel Sopena Ballesteros wrote: Hi all, I created 2 instances on the same compute node and tested the bandwidth between them, surprisingly iperf tells me I got 16.1Gbits/sec only. Then I changed the firewall from hybrid iptables to ovs, the bandwidth improved a little bi

Re: [Openstack] [Nova] Why only evacuate vm with specific vm_states (ACTIVE, STOPPED, ERROR)

2017-03-28 Thread Chris Friesen
On 03/23/2017 10:47 PM, openstack_ea...@163.com wrote: Hi, In nova/compute/api.py I see @check_instance_state(vm_state=[vm_states.ACTIVE,vm_states.STOPPED, vm_states.ERROR]) defevacuate(self,context,instance,host,on_shared_storage, admin_password=N

Re: [Openstack] [OpenStack][Nova] NUMA Topology together with requested PCI devices Schedule Failed

2017-03-13 Thread Chris Friesen
On 03/13/2017 03:06 AM, Xu, Rongjie (Nokia - CN/Hangzhou) wrote: Hi, I want to know whether SRIOV VF can be used cross socket (e.g PF is on socket 0, so its VFs also on socket 0, and VM is on socket 1). My testing is to launch several VMs with dedicated vCPU with VF. Firstly, I saw VMs are locate

Re: [Openstack] Compute Node asks for [placement] section

2017-03-01 Thread Chris Friesen
On 03/01/2017 05:13 PM, Georgios Dimitrakakis wrote: All, I am trying to deploy OpenStack Ocata on bare metal servers using the official guide from here: https://docs.openstack.org/ocata/install-guide-rdo/nova-compute-install.html Unfortunately I have stuck at deploying the Compute Node due to

Re: [Openstack] Kolla Deployment QEMU instead of KVM

2017-02-28 Thread Chris Friesen
On 02/28/2017 03:52 PM, Georgios Dimitrakakis wrote: OK! I see... Unfortunately I cannot spawn an image and the error in dashboard is : Error: Failed to perform requested operation on instance "test", the instance has an error status: Please try again later [Error: No valid host was found. There

Re: [Openstack] Kolla Deployment QEMU instead of KVM

2017-02-28 Thread Chris Friesen
On 02/28/2017 02:39 PM, Georgios Dimitrakakis wrote: Hello community, I am deploying OpenStack using Kolla initially on an all-in-one physical dedicated server. My server supports KVM since I can get this for the CPUs: [root]# egrep -c '(vmx|svm)' /proc/cpuinfo 16 [root]# But when I login to

Re: [Openstack] nova assign isntances to cpu pinning

2017-02-07 Thread Chris Friesen
On 02/06/2017 06:19 PM, Manuel Sopena Ballesteros wrote: Hi, I am trying to isolate my instances by cpu socket in order to improve my NUMA hardware performance. What would be the recommended way to do this? In order to dedicate a host CPU to each virtual CPU, set the flavor extra spec "h

Re: [Openstack] Anti-Affinity Based on NUMA Node

2016-07-27 Thread Chris Friesen
Host aggregates apply to the host as a whole, not individual NUMA nodes. Chris On 07/27/2016 09:39 AM, Fawaz Mohammed wrote: Hi Brent, Consider aggregation group. On Jul 27, 2016 3:48 AM, "Brent Troge" mailto:brenttroge2...@gmail.com>> wrote: Instead of anti-affinity based on compute ho

Re: [Openstack] Anti-Affinity Based on NUMA Node

2016-07-27 Thread Chris Friesen
On 07/26/2016 05:33 PM, Brent Troge wrote: Instead of anti-affinity based on compute host, is there a way to filter based on NUMA node ? In my flavor I am using hw_numa_nodes=1 However, for the VMs within the same server group, I would like to ensure they do not end up in the same host NUMA n

Re: [Openstack] add existing instance to nova scheduler server group

2016-07-18 Thread Chris Friesen
On 07/15/2016 06:03 PM, Frank Ritchie wrote: Hi all, Is it possible with the OpenStack or Nova CLI to add an existing instance to an existing Nova Scheduler server group? No. This has been proposed a number of times over the years but has never been accepted. I believe the problem is mainly

Re: [Openstack] Using multiple compute drivers in Nova?

2016-06-27 Thread Chris Friesen
On 06/27/2016 09:31 AM, Turbo Fredriksson wrote: On Jun 27, 2016, at 4:07 PM, Chris Friesen wrote: ow about running two containers on your host, with one nova-compute in each? And those two is configured as docker and kvm respectively? And in those containers i run either a container or a

Re: [Openstack] Using multiple compute drivers in Nova?

2016-06-27 Thread Chris Friesen
On 06/24/2016 05:47 PM, Turbo Fredriksson wrote: On Jun 25, 2016, at 12:22 AM, Clint Byrum wrote: Excerpts from Turbo Fredriksson's message of 2016-06-24 22:50:40 +0100: The page http://docs.openstack.org/mitaka/config-reference/compute/hypervisors.html states: Most installations use only

Re: [Openstack] KVM & Hyper-V Performance

2016-05-12 Thread Chris Friesen
On 05/12/2016 08:52 AM, gulseren bulut wrote: Hello, I done some tests for windows virtual server on KVM and Hyper-V. All resources of VMs is same. VM OS: Windows Server 2012 R2 SQL: MSSQL Server 2012 R2 4 GB RAM, 2 vCPUs (virtio is used for guestos on KVM) This is DB tpc test using HammerDB,

Re: [Openstack] Looking for Neutron Python code

2015-12-21 Thread Chris Friesen
On 12/21/2015 12:12 PM, Atif Saeed wrote: I am searching for python code of " visualizing OpenStack Networking Service Traffic in the cloud" Chapter 12 Troubleshooting. Can anyone help please by sharing the link of python code of Neutron architecture. I shall be extremely grateful. Are you loo

Re: [Openstack] CPU pinning question

2015-12-16 Thread Chris Friesen
On 12/15/2015 12:23 PM, Satish Patel wrote: If i enable "NUMATopologyFilter", Does JUNO support pinning? FYI, i am following this link: http://redhatstackblog.redhat.com/2015/05/05/cpu-pinning-and-numa-topology-awareness-in-openstack-compute/ Ah, sorry. I think that pinning only properly sup

Re: [Openstack] cpu pinning in realtime

2015-12-16 Thread Chris Friesen
On 12/16/2015 03:17 PM, Satish Patel wrote: Hello, I am running openstack JUNO and created instance and later i did manually set pinning on compute node like following virsh vcpupin instance-0053 0 0 virsh vcpupin instance-0053 1 1 Does it work? or we need to reboot instance etc? Tha

Re: [Openstack] CPU pinning question

2015-12-15 Thread Chris Friesen
referred to as “pinning”? Anyway, for performance we didn’t see a difference between 1:1 pinning and confining (?) the vCPUs to a a set as long as the instance is aware of the underlying NUMA topology. Cheers, Arne On 15 Dec 2015, at 17:11, Chris Friesen wrote: Actually no, I don'

Re: [Openstack] CPU pinning question

2015-12-15 Thread Chris Friesen
Actually no, I don't think that's right. When pinning is enabled each vCPU will be affined to a single host CPU. What is showing below is what I would expect if the instance was using non-dedicated CPUs. To the original poster, you should be using 'hw:cpu_policy': 'dedicated' in your flavor

Re: [Openstack] how to isolate user's view of VMs in one tenant?

2015-10-20 Thread Chris Friesen
On 10/20/2015 07:49 PM, senvenks wrote: Hi, I am a newbie on OpenStack and now encounter a simple question here. On the default dashboard UI, a VM is visible to all users in one tenant after being created. Is there any way to isolate each user's view of VM

Re: [Openstack] Vm's Direct access to physical network card

2015-10-19 Thread Chris Friesen
On 10/17/2015 07:51 AM, Nasir Mahmood wrote: Hi, I'm looking for any information on Inside the Compute node, I want my 4 VM instances to access physical network card interfaces. You want "PCI passthrough". It's still somewhat new, so things like live migration may not work properly. (Not s

Re: [Openstack] resize lvm-backed instance

2015-10-16 Thread Chris Friesen
I think it should be possible. What errors do you see in the logs? Chris On 10/16/2015 01:44 AM, Ivan Derbenev wrote: bump Regards, IT engineer Farheap, Russia Ivan Derbenev *From:*Ivan Derbenev [mailto:ivan.derbe...@tech-corps.com] *Sent:* Tuesday, October 13, 2015 1:53 PM *To:* openstac

[Openstack] keypair description in documentation wrong?

2015-10-16 Thread Chris Friesen
Someone recently asked me a question about keypairs and multiple users and I thought I'd clarify a few things: 1) Each keypair is associated with a specific user. 2) A user cannot see a keypair belonging to another user. 3) If a user is part of multiple projects then any keypair owned by tha

Re: [Openstack] [Swift] Mount options with xfs - why nobarrier recommended?

2015-09-15 Thread Chris Friesen
On 09/15/2015 01:16 AM, Clay Gerrard wrote: Idk about a chestnut, but there's this: http://lists.openstack.org/pipermail/openstack-operators/2011-October/000297.html That advice isn't quite accurate. It says "Enabling barriers effectively turns all writes into Write-Through operations, so th

Re: [Openstack] [Swift] Mount options with xfs - why nobarrier recommended?

2015-09-14 Thread Chris Friesen
On 09/14/2015 08:59 PM, Mark Kirkwood wrote: Hi, Sorry if this is a bit of a chestnut, but I notice that http://docs.openstack.org/developer/swift/deployment_guide.html recommends: $ mount -t xfs -o noatime,nodiratime,nobarrier,logbufs=8 /dev/sda1 /srv/node/sda in particular the 'nobarrier' is

Re: [Openstack] [Summit] Selection process

2015-09-01 Thread Chris Friesen
On 08/31/2015 08:34 PM, Gary Kotton wrote: Hi, It would nice if the voting results were public. Thanks Gary It would be interesting to include who voted for each talk, not just how many votes it got. :) Chris ___ Mailing list: http://lists.opensta

Re: [Openstack] possible to PXE-boot an instance from another instance?

2015-08-09 Thread Chris Friesen
On 08/09/2015 02:13 AM, Sam Stoelinga wrote: Hi Chris, I haven't tested whether it works but theoretically it should be possible imo. I don't see why you would want to do this though, but would like to understand your reasons. Why not just create OpenStack images and let OpenStack take care? I

[Openstack] possible to PXE-boot an instance from another instance?

2015-08-08 Thread Chris Friesen
Hi, I'm wondering if it's possible to set up one instance as a DHCP/tftp server, and netboot another instance from it (using PXE or similar). Has anyone tried something like this? I'm using neutron, so I figure there's at least a chance that it offers sufficient flexibility. Chris ___

[Openstack] bizarre segfaults with CentOS 7 and LVM/iscsi

2015-05-07 Thread Chris Friesen
Hi all, I've got a bizarre situation. I've got a couple of little openstack clouds, one where cinder uses LVM/iscsi and the other with cinder using rbd/ceph. I'm trying to bring up the CentOS 7 qcow2 image from "http://cloud.centos.org/centos/7/images/";. In both clouds I can boot an inst

Re: [Openstack] heat: Using IP address of one VM with-in another VM

2015-05-06 Thread Chris Friesen
On 05/06/2015 06:20 AM, ashish.jai...@wipro.com wrote: Hi, Is it possible to somehow pass IP of a VM to another VM during heat deployment. For example IP of a DB server in a VM to a client in another VM. Yes. As an example take a look at "https://github.com/openstack/heat-templates/blob/ma

Re: [Openstack] Cinder API missing commands.

2015-04-09 Thread Chris Friesen
On 04/09/2015 12:14 PM, Thomas Zilio wrote: From what I understand of this scenario : http://docs.openstack.org/admin-guide-cloud/content/volume-migration.html This command should list the available block storage back-ends cinder-manage host list And this one should migrate one volume from a

Re: [Openstack] Host action - host power management.

2015-04-09 Thread Chris Friesen
On 04/09/2015 12:21 PM, Thomas Zilio wrote: Thank you. Is there a document listing supported "host power management" commands by each hypervisor ? Not that I know of. I would have expected this information to be included here : http://docs.openstack.org/developer/nova/support-matrix.html

Re: [Openstack] Host action - host power management.

2015-04-09 Thread Chris Friesen
On 04/09/2015 06:13 AM, Thomas Zilio wrote: Hello, I'm having a hard time finding out the requirements for host-action commands. I'm using a basic Openstack installation done using the official installation guide with libvirt and QEMU. Everything seems to be working just fine except for the ho

Re: [Openstack] Cinder API missing commands.

2015-04-09 Thread Chris Friesen
On 04/09/2015 06:09 AM, Thomas Zilio wrote: Hello, I was wondering why some "important" (at least to me) Cinder commands were missing from the API. I was more specifically looking into 2 commands: - cinder migrate - cinder-manage host-list which are missing from the API and I would like to

Re: [Openstack] ARP Caching

2015-03-13 Thread Chris Friesen
On 03/13/2015 05:54 AM, Georgios Dimitrakakis wrote: On 03/12/2015 06:24 PM, Georgios Dimitrakakis wrote: Hello! I am facing a rather weird issue and would like to know if anyone has faced it before and the way you have solved it (if any). Firstly, I 'd like to let you know that I am running I

Re: [Openstack] ARP Caching

2015-03-13 Thread Chris Friesen
On 03/12/2015 06:24 PM, Georgios Dimitrakakis wrote: Hello! I am facing a rather weird issue and would like to know if anyone has faced it before and the way you have solved it (if any). Firstly, I 'd like to let you know that I am running Icehouse with Nova-Legacy Networking. I have an applic

Re: [Openstack] [Nova][virt-driver-numa-placement]How to enbale instance with numa ?

2015-02-05 Thread Chris Friesen
On 02/05/2015 11:23 AM, Daniel P. Berrange wrote: On Thu, Feb 05, 2015 at 11:21:05AM -0600, Chris Friesen wrote: On 02/05/2015 10:32 AM, Daniel P. Berrange wrote: On Thu, Feb 05, 2015 at 10:28:56AM -0600, Chris Friesen wrote: For what it's worth, I was able to make hugepages work wi

Re: [Openstack] [Nova][virt-driver-numa-placement]How to enbale instance with numa ?

2015-02-05 Thread Chris Friesen
On 02/05/2015 10:32 AM, Daniel P. Berrange wrote: On Thu, Feb 05, 2015 at 10:28:56AM -0600, Chris Friesen wrote: For what it's worth, I was able to make hugepages work with an older qemu by commenting out two lines in virt.libvirt.config.LibvirtConfigGuestMemoryBacking.format_dom()

Re: [Openstack] [Nova][virt-driver-numa-placement]How to enbale instance with numa ?

2015-02-05 Thread Chris Friesen
On 02/04/2015 06:48 PM, Steve Gordon wrote: - Original Message - From: "Chris Friesen" Setting that aside, there's another topic. I haven't actually specified NUMA bindings, only huge pages, so does it really make sense to require a quemu with numa binding c

Re: [Openstack] [Nova][virt-driver-numa-placement]How to enbale instance with numa ?

2015-02-04 Thread Chris Friesen
On 02/02/2015 07:18 PM, Li, Chen wrote: 2015-02-03 09:15:43.921 TRACE nova.compute.manager [instance: 833cfac5-4fac-438b-acff-579b41ee5729] File "/usr/lib/python2.7/dist-packages/libvirt.py", line 993, in createWithFlags 2015-02-03 09:15:43.921 TRACE nova.compute.manager [i

Re: [Openstack] Live migration no longer working after Icehouse -> Juno upgrade

2014-11-24 Thread Chris Friesen
On 11/24/2014 09:35 AM, John Griffith wrote: On Mon, Nov 24, 2014 at 8:13 AM, Chris Friesen wrote: On 11/18/2014 04:32 AM, Darren Worrall wrote: I failed to mention that this was for volume backed images, there is a genuine issue and we're making progress in a bug report:

Re: [Openstack] Live migration no longer working after Icehouse -> Juno upgrade

2014-11-24 Thread Chris Friesen
Ouch, that seems like a huge gap in testing. Chris On 11/24/2014 09:30 AM, Darren Worrall wrote: There is not, apparently. From the bug report: "There is no Tempest testing for migration and I could never get live migration to work in my DevStack." On 24 November 2014 at 15

Re: [Openstack] Live migration no longer working after Icehouse -> Juno upgrade

2014-11-24 Thread Chris Friesen
On 11/18/2014 04:32 AM, Darren Worrall wrote: I failed to mention that this was for volume backed images, there is a genuine issue and we're making progress in a bug report: https://bugs.launchpad.net/bugs/1392773 Just wondering how this got past the Juno testing? Is there no test-case (tempe

Re: [Openstack] Messaging reliability/durability expectations

2014-10-14 Thread Chris Friesen
On 10/14/2014 09:39 AM, Sandy Walsh wrote: Sort of. Openstack RPC-over-AMQP (oslo.messaging) automatically ack()'s all messages that are received. So, it becomes the responsibility of the sender to retry. For example, the scheduler in Nova does this. However, if the client fails before getting t

Re: [Openstack] [Nova] How does/will Openstack handle instance replicas?

2014-09-26 Thread Chris Friesen
On 09/26/2014 09:30 PM, Adam Lawson wrote: It's good when instances can come and go as needed, but in a production context, a failed compute host shouldn't take down every instance hosted on it. Otherwise there is no real abstraction going on and the cloud loses immense value. A failed compute

Re: [Openstack] KVM shows several processes for a single VM on the host

2014-09-09 Thread Chris Friesen
On 09/09/2014 07:58 AM, Narayanan, Krishnaprasad wrote: Hallo all, I have an OpenStack setup based on Havana with several compute nodes. When I instantiate a virtual machine with 1 or more virtual cores, in the process list of the compute node, I am able to see more than 1 process associated to

Re: [Openstack] Horizon Dashboard: instance's Uptime continues to increment after the instance is shutdown

2014-08-27 Thread Chris Friesen
On 08/27/2014 09:06 AM, Danny Choi (dannchoi) wrote: Hi, In Horizon Dashboard, Project -> Compute -> Instances, after an instance is shutdown, it’s Uptime continues to increment. Is this a correct behavior? I'm pretty sure this is expected behaviour. I agree the terminology is confusing tho

Re: [Openstack] Host Evacuation support in IceHouse for KVM

2014-07-02 Thread Chris Friesen
On 07/01/2014 01:30 PM, Ashish Billore1 wrote: Hello Everyone, I am looking for evacuation support in openstack. From what I could find, there are following two commands: 1. nova evacuate evacuated_server_name host_b --on-shared-storage 2. nova host-evacuate command However, both seem to ha

[Openstack] intended mode of operation on server evacuation due to compute service failure

2013-11-25 Thread Chris Friesen
Hi, I'm trying to figure out how things are supposed to be done. Suppose I'm running compute nodes using shared instance storage (via NFS, for example). Now suppose I have a network issue which isolates a compute node. I evacuate the instances that were on that node, which causes them to

Re: [Openstack] Is there a way to tell Nova not to count NFS-mounted instances directory to disk space on each node?

2013-11-07 Thread Chris Friesen
On 11/07/2013 01:56 PM, Daniel Speichert wrote: There is compute_nodes file in /var/lib/nova/instances with the hostnames of all compute nodes using that storage so it should be possible and easy to figure out if that is a shared storage or not. Presumably this wouldn't help if you've only conf

Re: [Openstack] Is there a way to tell Nova not to count NFS-mounted instances directory to disk space on each node?

2013-11-07 Thread Chris Friesen
On 11/07/2013 12:52 PM, Daniel Speichert wrote: Thank you both for your answers. What Chris describes is definitely a good approach. I think it's worth filing a wish bug. I can do it unless you want to describe your idea, Chris. If you want to run with it, go for it. :) I'd appreciate it if

Re: [Openstack] Is there a way to tell Nova not to count NFS-mounted instances directory to disk space on each node?

2013-11-07 Thread Chris Friesen
On 11/07/2013 12:53 PM, Razique Mahroua wrote: I think during the migrations, the compute topic already checks whether or not the storage is a shared one You are correct, but it does it by creating a temporary file on one node and testing for it on the other node. Kind of ugly, and this techn

Re: [Openstack] Is there a way to tell Nova not to count NFS-mounted instances directory to disk space on each node?

2013-11-07 Thread Chris Friesen
I think it would make sense to have an entry in the nova.conf file on a compute node to indicate that the instances are mounted on shared storage. This could be fed back into the database, used in resource reporting (like in this case where it affects the "real" amount of storage available), a

Re: [Openstack] Entries Marked 'deleted' in 'instance_type' Table in Nova Database

2013-11-06 Thread Chris Friesen
On 11/06/2013 11:18 AM, Jay Pipes wrote: On 11/06/2013 11:42 AM, Craig E. Ward wrote: It looks like when flavors are modified in nova, the database row with the old data is marked "deleted" and a new row created. Is there a reason to keep these deleted rows around? Can it cause problems to actua

Re: [Openstack] nova-compute OpenStack piece on Android devices?

2013-11-05 Thread Chris Friesen
On 11/05/2013 03:21 AM, Moltchanov Boris wrote: Hi, I’ve seen that there are few attempts in the OpenStack community to have its Swift APIs on the Android devices, but I’ve not found anything about Nova, nova-compute specifically, “porting” to Android mobile devices. Is there any evaluation don

Re: [Openstack] Operation offload to the SAN. RE: Wiping of old cinder volumes

2013-11-04 Thread Chris Friesen
On 11/03/2013 08:39 PM, Qixiaozhen wrote: In my opinion, we should rethink the way of wiping the data in the volumes. Filling in the device with /dev/zero with “dd” command was the most primitive method. The standard scsi command “write same” could be taken into considered. Once the LBA was pr

Re: [Openstack] [Nova]How to setup shared storage for live migration based on IPSAN device?

2013-10-28 Thread Chris Friesen
kends, meaning you can mount the ISCSI block on every compute node and you should be fine - Razique On Oct 28, 2013, at 8:54, Chris Friesen wrote: On 10/28/2013 09:35 AM, Ray Sun wrote: Daniel, Thanks for you response. But I am still confusing about use a iscsi device, if I want to use it as s

Re: [Openstack] [Nova]How to setup shared storage for live migration based on IPSAN device?

2013-10-28 Thread Chris Friesen
On 10/28/2013 09:35 AM, Ray Sun wrote: Daniel, Thanks for you response. But I am still confusing about use a iscsi device, if I want to use it as shared storage, first I need to attach to a node as a block storage, then I mount it to other compute nodes using NFS. The problem is that this will ma

Re: [Openstack] [openstack-dev] Neutron support for passthrough of networking devices?

2013-10-10 Thread Chris Friesen
On 10/10/2013 01:19 AM, Prashant Upadhyaya wrote: Hi Chris, I note two of your comments -- When we worked on H release, we target for basic PCI support like accelerator card or encryption card etc. PU> So I note that you are already solving the PCI pass through usecase somehow ? How ? If y

Re: [Openstack] Neutron support for passthrough of networking devices?

2013-10-09 Thread Chris Friesen
On 10/09/2013 12:31 PM, Jiang, Yunhong wrote: When we worked on H release, we target for basic PCI support like accelerator card or encryption card etc. I think SR-IOV network support is more complex and requires more effort, in both Nova side and Neutron side. We are working on some enhancement

[Openstack] cgroups cpu share allocation in grizzly seems incorrect

2013-08-23 Thread Chris Friesen
I sent this to the openstack-dev list but got no response, so I'll repost here. In Grizzly regardless of the number of vCPUs the value of /sys/fs/cgroup/cpu/libvirt/qemu/instance-X/cpu.shares seems to be the same. If we were overloaded, this would give all instances the same cpu time regardl

Re: [Openstack] object-oriented design in nova--room for improvement?

2013-08-22 Thread Chris Friesen
On 08/22/2013 11:31 AM, Joshua Harlow wrote: I think that would make sense to. Would u want to try to prototype some code that might do this. That might help the nova core people see what your idea is. Although maybe they should chime in also (since I'm not sure if any other similar efforts are

Re: [Openstack] object-oriented design in nova--room for improvement?

2013-08-22 Thread Chris Friesen
On 08/21/2013 09:04 PM, Joshua Harlow wrote: There is always room for improvement I hope ;) +openstack-dev (I think where u wanted this to go). A question, are u thinking about organizing the 'metadata' associated with resources? If so it might be interesting to see if there could be a grand u

[Openstack] object-oriented design in nova--room for improvement?

2013-08-21 Thread Chris Friesen
Hi, I'm pretty new to OpenStack, so maybe I'm still not grokking the overall design. Feel free to tell me I'm totally full of it. :) Anyways, I've been poking around in the code with an eye towards maybe extending the set of information exported by the compute nodes for use in scheduler fi