[Openstack] can't input pipeline symbol in linux instance on web vnc console

2018-11-12 Thread Cheung 楊禮銓
Host OS: Ubuntu 16.4 openstack version: queens When I type the "|" symbol in linux instance on web vnc console, "|" becomes ">". But I connet to linux instance with putty, I can type "|" without any problem. I do not know why this happend. This issue only occurs on Linux instances.

Re: [Openstack] [glance] task in pending state, image in uploading state

2018-11-12 Thread Bernd Bausch
Thanks Brian. It's great to get an email from Mr. Glance. I managed to patch Devstack, and a first test was successful. Perfect! A bit late, I then found numerous warnings in release notes and other documents that UWSGI should not be used when deploying Glance. My earlier web searches flew by

Re: [Openstack] [PackStack][Cinder] On which node OpenStack store data of each instance

2018-11-12 Thread Bernd Bausch
OpenStack stores volumes wherever you configure it to store them. On a disk array, an NFS server, a Ceph cluster, a dedicated storage node, a controller or even a compute node. And more. My guess: Volumes on controllers or compute nodes are not a good solution for production systems. By defa

Re: [Openstack] [glance] Rocky image import stuck

2018-11-12 Thread Brian Rosmaita
On 11/7/18 8:46 AM, Bernd Bausch wrote: > Does the new image import process work? Am I missing something? Uploaded > images stay in an intermediate state, either /uploading/ or /importing/, > and never become /active.///Where should I look? Apologies for the late reply to your question. For anyon

Re: [Openstack] [glance] task in pending state, image in uploading state

2018-11-12 Thread Brian Rosmaita
On 11/12/18 5:07 AM, Bernd Bausch wrote: > Trying Glance's new import process, my images are all stuck in status > uploading (both methods glance-direct and web-download). > > I can see that there are tasks for those images; they are pending. The > Glance API log doesn't contain anything that clue

Re: [Openstack] Retire of openstack-ansible-os_monasca-ui

2018-11-12 Thread Mohammed Naser
+1 On Mon, Nov 12, 2018 at 2:14 PM Kaio Oliveira wrote: > Hi everyone, > > As part of the process of retiring the os_monasca-ui role from the > openstack-ansible project, I'm announcing here on the ML that this role > will be retired, because there's no reason to maintain it anymore. > This has

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

2018-11-12 Thread Satish Patel
Mike, I had same issue month ago when I roll out sriov in my cloud and this is what I did to solve this issue. Set following in flavor hw:numa_nodes=2 It will spread out instance vcpu across numa, yes there will be little penalty but if you tune your application according they you are good

[Openstack] Retire of openstack-ansible-os_monasca-ui

2018-11-12 Thread Kaio Oliveira
Hi everyone, As part of the process of retiring the os_monasca-ui role from the openstack-ansible project, I'm announcing here on the ML that this role will be retired, because there's no reason to maintain it anymore. This has been discussed with the previous and the current OpenStack-Ansible

[Openstack] [PackStack][Cinder] On which node OpenStack store data of each instance

2018-11-12 Thread Soheil Pourbafrani
Hi, My question is does OpenStack store volumes somewhere other than the compute node? For example in PackStack on two nodes, one for controller and network and the other for compute node, the instance's volumes will be stored on the controller or on compute? __

[Openstack] [glance] task in pending state, image in uploading state

2018-11-12 Thread Bernd Bausch
Trying Glance's new import process, my images are all stuck in status uploading (both methods glance-direct and web-download). I can see that there are tasks for those images; they are pending. The Glance API log doesn't contain anything that clues me in (debug logging is enabled). The sourc