Re: [Openstack-operators] Updating flavor quotas (e.g. disk_iops) on existing instances.

2016-07-12 Thread Van Leeuwen, Robert
>> Since the instance_extra flavor table is a big JSON blob it is a pain to >> apply changes there. >> Anybody found an easy way to do this? > If You are using virsh, You can apply such limits manually for each > instance. Check blkiotune command in virsh. Using virsh is only for the running inst

Re: [Openstack-operators] IPV6 help liberty

2016-07-12 Thread Jens Rosenboom
2016-07-12 20:55 GMT+02:00 suresh kumar : > Hi All, > > I have created IPv6 vlan in neutron with DHCPv6 stateful option, when I > create instances with this ipv6 vlan dhcp is failing to assign the IP to > instances and it is assigning link local address > > I am able to ping the GW with link local

Re: [Openstack-operators] [scientific-wg] high-performance/parallel file-systems panel at Barcelona

2016-07-12 Thread Blair Bethwaite
Thanks Simon, Great, if you have some high performance CephFS insights we'd love to hear about them. But note that I am talking specifically about shared filesystems, not block storage. Cheers, On 13 Jul 2016 10:30 AM, "Simon Williams" wrote: > Blair, > > I am sure Allen Samuels would like to c

Re: [Openstack-operators] [scientific-wg] high-performance/parallel file-systems panel at Barcelona

2016-07-12 Thread Simon Williams
Blair, I am sure Allen Samuels would like to contribute to the discusion. Simon Simon Williams Regional Director - SanDisk Enterprise Storage Solutions SanDisk |a Western Digital brand M: +61 432 975 857 E: simon.willi...@sandisk.com O: +61 3 9507 2013 W: htt

Re: [Openstack-operators] Updating flavor quotas (e.g. disk_iops) on existing instances.

2016-07-12 Thread Sławek Kapłoński
Hello, If You are using virsh, You can apply such limits manually for each instance. Check blkiotune command in virsh. -- Best regards / Pozdrawiam Sławek Kapłoński sla...@kaplonski.pl On Tue, 12 Jul 2016, Van Leeuwen, Robert wrote: > Hi, > > Is there an easy way to update the quotas for flav

[Openstack-operators] [telecom-nfv] Ops WG meeting tomorrow

2016-07-12 Thread Curtis
Hi All, Just a reminder that we have a meeting on Weds [1], 15:00 UTC. Hope to see you there. :) Thanks, Curtis. [1]: http://eavesdrop.openstack.org/#OpenStack_Operators_Telco_and_NFV_Working_Group ___ OpenStack-operators mailing list OpenStack-opera

Re: [Openstack-operators] high-performance/parallel file-systems panel at Barcelona

2016-07-12 Thread Dean Hildebrand
mailman/listinfo/user-committee -- next part -- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2312 bytes Desc: not available URL: < http://lists.openstack.org/pipermail/user-committee/attachments/20160712/a8779ff1/attachment-0

[Openstack-operators] IPV6 help liberty

2016-07-12 Thread suresh kumar
Hi All, I have created IPv6 vlan in neutron with DHCPv6 stateful option, when I create instances with this ipv6 vlan dhcp is failing to assign the IP to instances and it is assigning link local address I am able to ping the GW with link local address but not the other instances on same vlan Is t

Re: [Openstack-operators] [User-committee] [scientific-wg] high-performance/parallel file-systems panel at Barcelona

2016-07-12 Thread Edgar Magana
Hello Blairo, We are running very good performance test here at Workday. I am even planning to write a speaking proposal about it. I would like to participate in the panel. Cheers, Edgar Magana Cloud Operations Architect Workday, Inc. On 7/12/16, 7:24 AM, "Stig Telfer" wrote: Hi Blair - Gr

Re: [Openstack-operators] [User-committee] [scientific-wg] high-performance/parallel file-systems panel at Barcelona

2016-07-12 Thread Stig Telfer
Hi Blair - Great idea, thanks for sharing it. We (Cambridge University) would love to be included if we can add value in the Lustre corner. Best wishes, Stig > On 12 Jul 2016, at 15:03, Blair Bethwaite wrote: > > Hi all, > > Just pondering summit talk submissions and wondering if anyone e

[Openstack-operators] [scientific-wg] Meeting reminder: in ~7 hours @ 2100 UTC in #openstack-meeting

2016-07-12 Thread Blair Bethwaite
Hi all, Scientific-WG regular meeting is on soon, draft agenda below and at https://wiki.openstack.org/wiki/Scientific_working_group. 2016-07-12 2100 UTC in channel #openstack-meeting # Review of Activity Areas and opportunities for progress ## Bare metal ### Networking requirements/considerati

Re: [Openstack-operators] [User-committee] [scientific-wg] high-performance/parallel file-systems panel at Barcelona

2016-07-12 Thread Mike Lowe
I don’t think we’ve figured out how to do this, but I’d certainly like to attend. We have promised integration with Wrangler’s 10PB of lustre that sits across the hot aisle from us, so I probably need to figure out how to do this between now and Barcelona. > On Jul 12, 2016, at 10:03 AM, Blair

[Openstack-operators] [scientific-wg] high-performance/parallel file-systems panel at Barcelona

2016-07-12 Thread Blair Bethwaite
Hi all, Just pondering summit talk submissions and wondering if anyone else out there is interested in participating in a HPFS panel session...? Assuming we have at least one person already who can cover direct mounting of Lustre into OpenStack guests then it'd be nice to find folks who have expe

[Openstack-operators] Share service not listing

2016-07-12 Thread aishwarya.adyanthaya
Hi, I installed a three node openstack Mitaka and installed Manila packages. The services run fine but when I go to list the services it throws the 'ERROR: The server has either erred or is incapable of performing the requested operation.' Looking at the logs I found: # manila-scheduler.log 20

[Openstack-operators] Updating flavor quotas (e.g. disk_iops) on existing instances.

2016-07-12 Thread Van Leeuwen, Robert
Hi, Is there an easy way to update the quotas for flavors and apply it to existing instances? It looks like these settings are tracked in the “instance_extra” table and not re-read from the flavor when (hard) re-booting the instances. Since the instance_extra flavor table is a big JSON blob it