Re: [openstack-dev] [nova][neutron] numa aware vswitch

2018-08-29 Thread Guo, Ruijing
aware vswitch On Mon, 2018-08-27 at 10:24 +0100, Sean Mooney wrote: > > > On Mon 27 Aug 2018, 04:20 Guo, Ruijing, wrote: > > Hi, Stephen, > > > > After setting flavor, VM was created in node 0 (expect in node1). How to > > debug it? > > > > No

Re: [openstack-dev] [nova][neutron] numa aware vswitch

2018-08-26 Thread Guo, Ruijing
Hi, Stephen, After setting flavor, VM was created in node 0 (expect in node1). How to debug it? Nova.conf [neutron] physnets = physnet0,physnet1 [neutron_physnet_physnet1] numa_nodes = 1 openstack network create net1 --external --provider-network-type=vlan

[openstack-dev] [nova][neutron] numa aware vswitch

2018-08-24 Thread Guo, Ruijing
Hi, All, I am verifying numa aware vwitch features (https://specs.openstack.org/openstack/nova-specs/specs/rocky/approved/numa-aware-vswitches.html). But the result is not my expectation. What I missing? Nova configuration: [filter_scheduler] track_instance_changes = False enabled_filters =

Re: [openstack-dev] [nova] Discussions for DPDK support in OpenStack

2017-04-28 Thread Guo, Ruijing
Get information that DPDK removed ivshmem from http://dpdk.org/ml/archives/dev/2016-July/044552.html -Original Message- From: TETSURO NAKAMURA [mailto:nakamura.tets...@lab.ntt.co.jp] Sent: Friday, April 28, 2017 12:23 PM To: openstack-dev@lists.openstack.org Subject: [openstack-dev]

[openstack-dev] [third-party][ci] openstack CI VM template

2017-02-28 Thread Guo, Ruijing
Hi, CI Team, I'd like to know if openstack CI VM support nested virtualization. Thanks, -Ruijing __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

[openstack-dev] openstack jenkins failure

2017-02-22 Thread Guo, Ruijing
Hi, There are lots of openstack Jenkins failure. Anyone from infrastructure team look at the issue? Thanks -Ruijing __

Re: [openstack-dev] [Fuel] Getting rid of ISO

2016-09-19 Thread Guo, Ruijing
Hi, Vladimir Any guide to install from rpm? Thanks, -Ruijing From: Vladimir Kozhukalov [mailto:vkozhuka...@mirantis.com] Sent: Tuesday, August 16, 2016 4:58 PM To: OpenStack Development Mailing List (not for usage questions) Subject: [openstack-dev] [Fuel]

Re: [openstack-dev] [Fuel] Getting rid of ISO

2016-09-07 Thread Guo, Ruijing
Congratuations. any plan to have fuel docker image? From: Oleg Gelbukh [mailto:ogelb...@mirantis.com] Sent: Thursday, September 8, 2016 4:28 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [Fuel] Getting rid of

Re: [openstack-dev] [Fuel] Fuel 9.0 is released

2016-04-25 Thread Guo, Ruijing
Can we support alternative way to download ISO since p2p may be prevented in some company IT? Thanks, -Ruijing From: Vladimir Kozhukalov [mailto:vkozhuka...@mirantis.com] Sent: Thursday, April 21, 2016 10:52 PM To: OpenStack Development Mailing List (not for usage questions)

Re: [openstack-dev] [devstack] Restart openstack service

2015-08-13 Thread Guo, Ruijing
openstack service On Fri, Aug 14, 2015 at 04:01:20AM +, Guo, Ruijing wrote: Yes. I like this idea to restart all services including nova, neutron, cinder, etc:) You can *probably* use HOST=devstack.domain ./stack-smash.sh '.*' to restart all the services running under devstack. Note my list

Re: [openstack-dev] [devstack] Restart openstack service

2015-08-13 Thread Guo, Ruijing
Yes. I like this idea to restart all services including nova, neutron, cinder, etc:) -Original Message- From: Tony Breeds [mailto:t...@bakeyournoodle.com] Sent: Friday, August 14, 2015 11:50 AM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev]

Re: [openstack-dev] [devstack] Restart openstack service

2015-08-13 Thread Guo, Ruijing
openstack service I use screen in devstack, Ctrl+c kill services, then restart it in console. Please try the following cmd in your devstack environment, and read some docs. screen -r stack http://www.ibm.com/developerworks/cn/linux/l-cn-screen/ 2015-08-14 11:20 GMT+08:00 Guo, Ruijing ruijing

[openstack-dev] [devstack] Restart openstack service

2015-08-13 Thread Guo, Ruijing
It is very useful to restart openstack services in devstack so that we don’t need to unstack and stack again. How much effort to support restarting openstack? Anyone is interested in that? Thanks, -Ruijing __ OpenStack

[openstack-dev] [nova] upgrade_levels in nova upgrade

2015-05-07 Thread Guo, Ruijing
Hi, All, In existing design, we need to reconfig nova.conf and restart nova service during post-upgrade cleanup As https://www.rdoproject.org/Upgrading_RDO_To_Icehouse: I propose to send RPC message to remove RPC API version pin. 1. Stop services (same with existing) 2. Upgrade

[openstack-dev] [puppet] puppet support for openstack rolling upgrade

2015-05-05 Thread Guo, Ruijing
Hi, I understand openstack puppet support fresh installation. I'd like to know openstack puppet support rolling upgrade. 1. DB Rolling upgrade 2. openstack configuration upgrade. 3. software package upgrade. 4. service rolling upgrade Thanks -Ruijing

[openstack-dev] [puppet] Openstack Cluster Management

2015-04-23 Thread Guo, Ruijing
Apache Ambari(https://ambari.apache.org/) is to manage Hadoop cluster. Is it possible to port ambari framework to manage Openstack cluster. __ OpenStack Development Mailing List (not for usage questions) Unsubscribe:

[openstack-dev] [neutron] neutron DB upgrade

2015-04-21 Thread Guo, Ruijing
Somebody can help me to understand why neutron DB is needed upgrade even in refresh installation unlike other components. From my understanding, DB upgrade is risky and needed when upgrade. Release A should have schema A and Release B should have schema B. Only upgrade A to B need to upgrade

Re: [openstack-dev] [neutron] neutron DB upgrade

2015-04-21 Thread Guo, Ruijing
From: Salvatore Orlando [mailto:sorla...@nicira.com] Sent: Tuesday, April 21, 2015 9:04 PM To: OpenStack Development Mailing List (not for usage questions) Subject: Re: [openstack-dev] [neutron] neutron DB upgrade On 21 April 2015 at 14:25, Guo, Ruijing ruijing@intel.commailto:ruijing

Re: [openstack-dev] [neutron] [docs] Networking Guide Doc Day - April 23rd

2015-04-21 Thread Guo, Ruijing
(not for usage questions) Subject: Re: [openstack-dev] [neutron] [docs] Networking Guide Doc Day - April 23rd Hello, Which Docs are you referring? Please, point me to the specific Docs in private branches to find out the process to move them to public. Thanks, Edgar From: Guo, Ruijing

Re: [openstack-dev] [neutron] [docs] Networking Guide Doc Day - April 23rd

2015-04-20 Thread Guo, Ruijing
Hi, Edgar Some docs are still in private branch. Can we move to public branch for reviewing submitting patches? Thanks, -Ruijing From: Edgar Magana [mailto:edgar.mag...@workday.com] Sent: Saturday, April 18, 2015 2:25 AM To: OpenStack Development Mailing List (not for usage questions)

Re: [openstack-dev] [neutron] openwrt VM as service

2015-04-17 Thread Guo, Ruijing
at 2:37 AM, Guo, Ruijing ruijing@intel.commailto:ruijing@intel.com wrote: I’d like to propose openwrt VM as service. What’s openWRT VM as service: a)Tenant can download openWRT VM from http://downloads.openwrt.org/ b

Re: [openstack-dev] [neutron] openwrt VM as service

2015-04-16 Thread Guo, Ruijing
be something like RouteraaS which will provide all such functions in VM? -- Best regards / Pozdrawiam Sławek Kapłoński sla...@kaplonski.plmailto:sla...@kaplonski.pl On Wed, Apr 15, 2015 at 11:55:06AM -0500, Dean Troyer wrote: On Wed, Apr 15, 2015 at 2:37 AM, Guo, Ruijing ruijing

[openstack-dev] [neutron] openwrt VM as service

2015-04-15 Thread Guo, Ruijing
I’d like to propose openwrt VM as service. What’s openWRT VM as service: a)Tenant can download openWRT VM from http://downloads.openwrt.org/ b)Tenant can create WAN interface from external public network c)Tenant can create private network and create instance

[openstack-dev] [neutron] [devstack] neutron router ID is not set

2015-03-30 Thread Guo, Ruijing
Hi, All, When Q_USE_NAMESPACE=False, router id is set by create_neutron_initial_network _neutron_configure_router_v4 _neutron_set_router_id function _neutron_set_router_id { if [[ $Q_USE_NAMESPACE == False ]]; then iniset $Q_L3_CONF_FILE DEFAULT router_id $ROUTER_ID fi }

[openstack-dev] [cinder] FCoE support in openstack

2015-03-25 Thread Guo, Ruijing
Hi, I saw openstack cinder already supported iscsi FC and didn’t support FCoE. Any plan to support it? Is there any BP to cover it? If not, I may draft for it. Thanks, -Ruijing __ OpenStack Development Mailing List (not

Re: [openstack-dev] [Neutron] VLAN trunking network for NFV

2015-03-24 Thread Guo, Ruijing
I am trying to understand how guest os use trunking network. If guest os use bridge like Linuxbride and OVS, how we launch it and how libvirt to support it? Thanks, -Ruijing From: Ian Wells [mailto:ijw.ubu...@cack.org.uk] Sent: Wednesday, March 25, 2015 2:18 AM To: OpenStack Development

[openstack-dev] [devstack]Failure retrieving TENANT_ID for demo

2015-02-27 Thread Guo, Ruijing
1. Probem description (compute/network node without keystone service is unsuccessfully deployed) I use devstack to deploy mini-cluster. In controller node, keystone service is enabled and in compute/network node, keystone service is not enabled. Controller node is deployed and compute/

Re: [openstack-dev] [cinder] documenting volume replication

2015-02-15 Thread Guo, Ruijing
/drive via the capabilities or driver extra-spec prefixes. Re (3) - Not sure I see how this relates to storage side replication, do you refer to host side replication? Ronen From:Guo, Ruijing ruijing@intel.commailto:ruijing@intel.com To:OpenStack Development Mailing List

Re: [openstack-dev] [cinder] documenting volume replication

2015-02-14 Thread Guo, Ruijing
Hi, Ronen, I don't know how to edit https://etherpad.openstack.org/p/cinder-replication-redoc and add some comments in email. 1. We may add asynchronized and synchronized type for replication. 2. We may add CG for replication 3. We may add to initialize connection for

Re: [openstack-dev] [neutron] moving openvswitch ports between namespaces considered harmful

2015-02-13 Thread Guo, Ruijing
In short term, we use veth pairs with namespace to fix the issue if performance is not impacted (Hopefully:) If performance downgrade too much, we may consider the following: 1) DHCP agent: use veth pairs with namespace since it is not critical path. 2) L3 agent: don't create port in OSV.

Re: [openstack-dev] [cinder] Fixing stuck volumes - part II

2015-02-11 Thread Guo, Ruijing
Force is a good idea. I'd like to add 2 comments: 1) It is option instead of new command. IOW, detach with force option instead of force-detach. 2) Can we extend to another command: delete LUN/snapshot with force? Thanks, -Ruijing From: Vishvananda Ishaya

Re: [openstack-dev] Questions about remote replication

2015-02-11 Thread Guo, Ruijing
Replication should be in 2 backends. You may look at http://www.emc.com/collateral/white-papers/h12079-vnx-replication-technologies-overview-wp.pdf Thanks, -Ruijing From: Chenzongliang [mailto:chenzongli...@huawei.com] Sent: Thursday, February 12, 2015 9:20 AM To: OpenStack Development Mailing

[openstack-dev] [CINDER] discussion about Volume Delete API

2015-02-11 Thread Guo, Ruijing
In http://developer.openstack.org/api-ref-blockstorage-v2.html, delete volume preconditions: Preconditions · Volume status must be available, in-use, error, or error_restoring. I think we may change to following statements: Preconditions · Volume status must be creating,