[openstack-dev] [Horizon] Horizon takes twice amount of time to upload a image into Glance if configured backend is Swift

2015-01-22 Thread Jyoti Ranjan
. Considering this aspect, I think that it is a critical defect and streaming functionality is crucial. Otherwise, usage of Glance in horizon will get limited. Or, operator will be forced to use cli which does not look good for Horizon. Is there any workaround for this? Regards, Jyoti Ranjan

Re: [openstack-dev] [Swift] PTL candidacy

2014-09-26 Thread Jyoti Ranjan
John, You are awesome! There are very few PTL who answer queries like you. Thanks! On Fri, Sep 26, 2014 at 1:46 AM, Tristan Cacqueray < tristan.cacque...@enovance.com> wrote: > confirmed > > On 25/09/14 02:50 PM, John Dickinson wrote: > > I'm announcing my candidacy for Swift PTL. I've been inv

[openstack-dev] [Swift] magic number to separate account, container and object

2014-09-08 Thread Jyoti Ranjan
ecture. Waiting for some numbers to be told... Regards, Jyoti Ranjan ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [Openstack][TripleO] Identifying root disk of server deployed by TripleO

2014-09-05 Thread Jyoti Ranjan
I deployed a server having three drives using TripleO. How can I know which disk is root disk? I need this information as I have a utility which will format all drives except root disk. Utility is being used for some solution we are developing using machines deployed by TripleO. Regards, Jyoti

[openstack-dev] [Manila]

2014-09-05 Thread Jyoti Ranjan
Which of file system appliances are supported as of today? We are thinking to integrate with our cloud. ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

[openstack-dev] [TripleO]

2014-09-05 Thread Jyoti Ranjan
I deployed a server having three drives using TripleO. How can I know which disk is root disk? I need this information as I have a utility which will format all drives except root disk. Utility is being used for some solution we are developing using machines deployed by TripleO. Regards, Jyoti

[openstack-dev] [TripleO]

2014-09-05 Thread Jyoti Ranjan
I deployed a server having three drives using TripleO. How can I know which disk is root disk? I need this information as I have a utility which will format all drives except root disk. Utility is being used for some solution we are developing using machines deployed by TripleO. Regards, Jyoti

[openstack-dev] [Manila]

2014-09-05 Thread Jyoti Ranjan
Which of file system appliances are supported as of today? We are thinking to integrate with our cloud. ___ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Re: [openstack-dev] [Heat] Heat Juno Mid-cycle Meetup report

2014-08-28 Thread Jyoti Ranjan
Yes, after version and agent ensuring to pick correct data will not cause Swift issue. On Thu, Aug 28, 2014 at 2:59 AM, Steve Baker wrote: > On 28/08/14 03:41, Zane Bitter wrote: > > On 27/08/14 11:04, Steven Hardy wrote: > >> On Wed, Aug 27, 2014 at 07:54:41PM +0530,

Re: [openstack-dev] [Openstack][TripleO] What if undercloud machines down, can we reboot overcloud machines?

2014-08-28 Thread Jyoti Ranjan
des we run if they all hang > off the back of a single physical non-redundant switch... > > Are there particular concerns you have with this design? > > > > On Thu, Aug 28, 2014 at 2:20 PM, Jyoti Ranjan wrote: > >> I do agree but it create an extra requirement for Unde

Re: [openstack-dev] [Openstack][TripleO] What if undercloud machines down, can we reboot overcloud machines?

2014-08-27 Thread Jyoti Ranjan
, for > one), so I don't see that as something we want to encourage anyway. > > -Ben > > On 08/27/2014 04:11 AM, Jyoti Ranjan wrote: > > I believe that local boot option is available in Ironic. Will not be a > good > > idea to boot from local disk instead

Re: [openstack-dev] [Heat] Heat Juno Mid-cycle Meetup report

2014-08-27 Thread Jyoti Ranjan
Hardy wrote: > On Wed, Aug 27, 2014 at 02:39:09PM +0530, Jyoti Ranjan wrote: > >I am curious to know about Swift role here. Can you elaborate little > bit > >please? > > I think Zane already covered it with "We just want people to stop polling > us, beca

Re: [openstack-dev] [Openstack][TripleO] What if undercloud machines down, can we reboot overcloud machines?

2014-08-27 Thread Jyoti Ranjan
I believe that local boot option is available in Ironic. Will not be a good idea to boot from local disk instead of relying on PXE boot always? Curious to know why we are not going this path? On Wed, Aug 27, 2014 at 3:54 AM, 严超 wrote: > Thank you very much. > And sorry for the cross-posting. >

Re: [openstack-dev] [Heat] Heat Juno Mid-cycle Meetup report

2014-08-27 Thread Jyoti Ranjan
I am curious to know about Swift role here. Can you elaborate little bit please? On Wed, Aug 27, 2014 at 4:14 AM, Steve Baker wrote: > On 23/08/14 07:39, Zane Bitter wrote: > > We held the inaugural Heat mid-cycle meetup in Raleigh, North Carolina > > this week. There were a dozen folks in atte

Re: [openstack-dev] [OpenStack][Docker] Run OpenStack Service in Docker Container

2014-08-18 Thread Jyoti Ranjan
I believe that everything can not go as a dock container. For e.g. 1. compute nodes 2. baremetal provisioning 3. L3 router etc My understanding is that container is good mechanism to deploy api-controller and scheduler for many services. For backend component of services (like nova-compute, cind

Re: [openstack-dev] [TripleO] fix poor tarball support in source-repositories

2014-08-16 Thread Jyoti Ranjan
We will have to be little bit cautious in using glob because of its inherent usage pattern. For e.g. the file starting with . will not get matched. $ touch .a .ab .abc .abcde .abcdef $ echo * * $ echo ? ? $ echo ?? ?? $ echo .? .. .a $ echo .?? .ab $ echo .*

Re: [openstack-dev] use of compute node as a storage

2014-08-14 Thread Jyoti Ranjan
You run cinder-volume on compute node which you want to convert to storage. Configure LVM driver of compute node as storage backend for cinder-volume. On Fri, Aug 8, 2014 at 1:54 PM, shailendra acharya < acharyashailend...@gmail.com> wrote: > i made 4 vm 1 controller, 1 network and 2 compute and