Re: [Openstack] [All] Summit Session Proposal Voting

2015-01-30 Thread Stefano Maffulli
On Wed, 2015-01-28 at 09:27 -0600, John Griffith wrote: > You are exactly correct Thierry, being a track chair a few times in > the process has been something like: > * PIck a cut off based on votes > * Review remaining submissions as a panel I followed a different process when I've been track-ch

Re: [Openstack] Neutron DB alembic migration issues with sqlite backend

2015-01-30 Thread 严超
I found this bug maybe helpful for you : https://bugs.launchpad.net/neutron/+bug/1209301 This bug is still relevant. *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 * *My Weibo:http://weibo.com/herewearenow

[Openstack] [devstack][Ironic] Failed to create the password file during sync power state

2015-01-30 Thread Duan, Li-Gong (Gary@HPServers-Core-OE-PSC)
Hi, We encountered an issue of ironic when deploying devstack with the latest devstack repo. #Our env are using real baremetal servers. Do you know the cause and solution or workaround for this issue? Here are the details of my issue: --- I have setup an all-in-one stable/juno devs

[Openstack] [OpenStack] How to get the logging output in unit tests with tox?

2015-01-30 Thread Markus Zoeller
On Mon Aug 4 17:58:44 UTC 2014 Clark Boylan wrote: > The answer to the question depends on what project is being tested. > Looking at the bug it appears to be Nova. Nova uses subunit to record > its test logs. You will find the subunit logs in > .testrepository/$TESTIDNUMBER. These files should

[Openstack] cinder-snapshot -vs- cinder-backup?

2015-01-30 Thread Jonathan Proulx
Hi All, I can see the obvious distinction between cinder-snapshot and cinder-backup being that snapshots would live on the same storage back end as the active volume (using that ever snapshotting that provides) where the backup would be to different storage. We're using Ceph for volume and object

Re: [Openstack] cinder-snapshot -vs- cinder-backup?

2015-01-30 Thread Erik McCormick
It doesn't buy you a lot in that sort of setup, but it would put it in a different pool and thus different placement groups and OSDs. It could potentially protect you from data loss in some catastrophic situation. -Erik On Fri, Jan 30, 2015 at 2:08 PM, Jonathan Proulx wrote: > Hi All, > > I can

[Openstack] Failure and Membership detection in Swift

2015-01-30 Thread Behrooz Shafiee
Hello All, Unfortunately, I could not find any academic paper which describes Swift in academic terms, most of documents are user manual and general overview. I need to know some details about Swift which I could not find in the public documents. 1) How does membership detection works in Swift (d

Re: [Openstack] Failure and Membership detection in Swift

2015-01-30 Thread John Dickinson
There's a ton of info available at https://swiftstack.com/openstack-swift/. Specifically, take a look at https://swiftstack.com/openstack-swift/architecture/ for how Swift solves some of these issues. You might also find the info at http://swift.openstack.org useful, especially http://docs.ope

Re: [Openstack] Failure and Membership detection in Swift

2015-01-30 Thread John Dickinson
To give you some more specific answers to your questions... Nodes are "discovered" by being added to the ring. Simply put, this means an operator or external (to swift) management system is responsible for adding the device into. It is not automatically done inside of Swift (note that it could

Re: [Openstack] cinder-snapshot -vs- cinder-backup?

2015-01-30 Thread Sebastien Han
One of the extra benefit could be that you’re doing backup on another Ceph cluster (potentially on another location). However this will never prevent you from corruption since if corruption already occurred then it will be replicated. Like Erik mentioned a catastrophic situation were you lose al