[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 involved

[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

[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

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

2014-08-28 Thread Jyoti Ranjan
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 jran...@gmail.com wrote: I do agree but it create an extra requirement for Undercloud if we high availability is important criteria. Because

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 sba...@redhat.com 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, Jyoti Ranjan

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 sba...@redhat.com 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

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, 严超 yanchao...@gmail.com wrote: Thank you very much. And sorry for

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

2014-08-27 Thread Jyoti Ranjan
Hardy sha...@redhat.com 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, because it's killing our

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

2014-08-27 Thread Jyoti Ranjan
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 of relying on PXE boot always? Curious to know why we are not going this path

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,

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 i