[Openstack] nova-compute is unable to contact the metadata server

2011-10-01 Thread Shashank Sahni
80 -j DNAT --to-destination 10.2.4.135:8773 Any suggestions? Regards, Shashank Sahni ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More help : https

Re: [Openstack] nova-compute is unable to contact the metadata server

2011-10-03 Thread Shashank Sahni
br100. ip host 169.254.169.254 port 8773 port 80 but, nothing was returned for around a minute. Do I need to use different filters? Thank you. Regards, Shashank Sahni On Sun, Oct 2, 2011 at 11:31 PM, Jesse Andrews anotherje...@gmail.comwrote: If the request isn't coming into the nova-api

[Openstack] Problem with attaching disks to an instance

2012-05-14 Thread Shashank Sahni
2012-05-14 17:32:13 TRACE nova.rpc.amqp Stdout: '' 2012-05-14 17:32:13 TRACE nova.rpc.amqp Stderr: 'iscsiadm: No portal found.\n' Any suggestions? Kind Regards, Shashank Sahni ___ Mailing list: https://launchpad.net/~openstack Post to : openstack

Re: [Openstack] Problem with attaching disks to an instance

2012-05-14 Thread Shashank Sahni
Hi, I set this option in the configuration files of both compute and controller. Restarted the service, but unfortunately same result. Regards, Shashank Sahni On 05/14/2012 05:58 PM, Razique Mahroua wrote: Hi, do you have

Re: [Openstack] Problem with attaching disks to an instance

2012-05-14 Thread Shashank Sahni
mentioned, volume creation and deletion is working fine, its the volume node assignment that's flawed. Regards, Shashank Sahni On 05/14/2012 07:00 PM, Yong Sheng Gong wrote: Hi, consider to change catalog.RegionOne.volume.publicURL = http://volumeno

Re: [Openstack] Problem with attaching disks to an instance

2012-05-14 Thread Shashank Sahni
e is being misinformed about the volume node after giving the attach command. I'm not using iscsitarget as per that document. Installation of nova-volume on ubuntu precise automatically took care of it using tgt. Kind Regards, Shashank Sahni On 05/14/201

Re: [Openstack] Problem with attaching disks to an instance

2012-05-14 Thread Shashank Sahni
://paste.openstack.org/show/17514/ volume node - http://paste.openstack.org/show/17515/ As per my understanding, I just need to figure out how the volume node is identified. Thank you for replying. Regards, Shashank Sahni On 05/14/2012 09:43 PM, George Mihaiescu wrote

Re: [Openstack] Problem with attaching disks to an instance

2012-05-14 Thread Shashank Sahni
creation command. How do I fix this? I am already using properly configured iscsi_ip_address option in the controller's nova.conf file. Regards, Shashank Sahni On 05/15/2012 02:15 AM, Vishvananda Ishaya wrote: It should be getting the connection properties via the call to the volume node

Re: [Openstack] Problem with attaching disks to an instance

2012-05-14 Thread Shashank Sahni
Thank you Vish. That did the trick :) Regards, Shashank Sahni On 05/15/2012 02:43 AM, Vishvananda Ishaya wrote: you have to set iscsi_ip_address on the volume node. The volume node is the one that creates this db entry. Vish On May 14, 2012, at 1:54 PM, Shashank Sahni wrote: Hi Vish

[Openstack] Dashboard doesn't list out multiple projects associated with a user

2012-05-15 Thread Shashank Sahni
of. The default project is the one in which the user has been most recently added. I believe the project title button is meant to be a drop down list but isn't showing anything. I might be missing something trivial here. Some help would be greatly appreciated. Kind Regards, Shashank Sahni

Re: [Openstack] Problem with attaching disks to an instance

2012-05-15 Thread Shashank Sahni
Thanks for the info. This way is indeed more convenient. -- Shashank Sahni On Tue, May 15, 2012 at 10:57 PM, Vishvananda Ishaya vishvana...@gmail.comwrote: FYI iscsi_ip_prefix doesn't exist in essex. The ip is passed back to the compute node based on what it has stored in the database, so

[Openstack] Error while enabling s3 support in swift

2012-11-19 Thread Shashank Sahni
the following error. LookupError: Entry point 'swift3' not found in egg 'swift' (dir: /usr/lib/python2.7/dist-packages; protocols: paste.filter_factory, paste.filter_app_factory; entry_points: ) Note that, proxy server runs fine without s3 support. Suggestions? -- Shashank Sahni

Re: [Openstack] Error while enabling s3 support in swift

2012-11-19 Thread Shashank Sahni
I haven't tested but the proxy server has started fine. Thanks. -- Shashank Sahni On Tue, Nov 20, 2012 at 12:55 PM, John Dickinson m...@not.mn wrote: check out the README at https://github.com/fujita/swift3 for the correct proxy server config section. --john On Nov 19, 2012, at 11:22

[Openstack] Swift installation verification fails

2012-11-20 Thread Shashank Sahni
= swift admin_password = signing_dir = /etc/swift [filter:cache] use = egg:swift#memcache set log_name = cache [filter:catch_errors] use = egg:swift#catch_errors [filter:healthcheck] use = egg:swift#healthcheck Any suggestion? -- Shashank Sahni

Re: [Openstack] Swift installation verification fails

2012-11-20 Thread Shashank Sahni
: describedby}, {href: http://docs.openstack.org/api/openstack-identity-service/2.0/identity-dev-guide-2.0.pdf;, type: application/pdf, rel: describedby}]}} -- Shashank Sahni On Wed, Nov 21, 2012 at 12:48 AM, Hugo tonyt...@gmail.com wrote: In my suggestion, using curl for verifying keystone first

Re: [Openstack] Swift installation verification fails

2012-11-21 Thread Shashank Sahni
wrong password it returns 'authentication failed'. Any thoughts? -- Shashank Sahni On Wed, Nov 21, 2012 at 2:02 PM, Kuo Hugo tonyt...@gmail.com wrote: Hi , For keystone 2.0 auth the request should provide a json format which includes username / tenant / password . In your curl test , you

Re: [Openstack] Swift installation verification fails

2012-11-22 Thread Shashank Sahni
Hi, I got it running. A foolish mistake. I mentioned the swift endpoint as http, where as proxy was running https :O -- Shashank Sahni On Thu, Nov 22, 2012 at 12:27 PM, Shashank Sahni shredde...@gmail.comwrote: Hi, I'm following the steps mentioned in the official object storage

[Openstack] Keystone doesn't return X-Auth-Token and X-Storage-URL

2012-11-22 Thread Shashank Sahni
-identity-service/2.0/identity-dev-guide-2.0.pdf;, type: application/pdf, rel: describedby}]}} Any thoughts? -- Shashank Sahni ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

Re: [Openstack] Keystone doesn't return X-Auth-Token and X-Storage-URL

2012-11-22 Thread Shashank Sahni
: {token: {expires: 2012-11-23T11:14:46Z, id: 8f047727d3144658a521b9a9443c060c}, serviceCatalog: {}, user: {username: admin, roles_links: [], id: 0d34dea491c746ecae426adb301430e6, roles: [], name: admin}}} -- Shashank Sahni On Thu, Nov 22, 2012 at 4:35 PM, Kuo Hugo tonyt...@gmail.com wrote

Re: [Openstack] Keystone doesn't return X-Auth-Token and X-Storage-URL

2012-11-22 Thread Shashank Sahni
/188788/AUTH_2b2f3b2f1db5442ca05a823dcbb0 10.2.4.130 is running swift-proxy and storage node services. I'm running the command with 'admin' credentials. Hence, I believe it shouldn't be a role issue considering that by default admin is allowed to perform storage operations. -- Shashank Sahni On Thu

[Openstack] How to enable EC2 compatibility layer in Keystone

2012-11-23 Thread Shashank Sahni
stats_reporting ec2_extension s3_extension crud_extension admin_service Any suggestions? -- Shashank Sahni ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More

[Openstack] Error uploading large objects(1G) on swift

2013-03-07 Thread Shashank Sahni
/data_dir/Feb27/PRIVATE/AVCHD/BDMV/STREAM/2.MTS: ChunkWriteTimeout (10s) Any suggestions? -- Shashank Sahni ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https://launchpad.net/~openstack More

Re: [Openstack] Error uploading large objects(1G) on swift

2013-03-08 Thread Shashank Sahni
large files I get errors(as stated in the previous mail). Any help would be greatly appreciated. Thanks. -- Shashank Sahni On Fri, Mar 8, 2013 at 12:51 PM, Shashank Sahni shredde...@gmail.comwrote: Hi everyone, I'm running a small test setup of swift with one proxy+storage and one storage

[Openstack] Swift container's rwx permissions

2013-04-26 Thread Shashank Sahni
using swift post -r 'dharmesh:dharmesh', but unfortunately ended up with the same result. Is there an other way to set rwx ACLs in swift? -- Shashank Sahni ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net

Re: [Openstack] Swift container's rwx permissions

2013-04-27 Thread Shashank Sahni
submitted back to Apache for inclusion in Hadoop. Yes, we have already tried it. Same result. FYI we are using Hadoop 1.1.2 -- Shashank Sahni ___ Mailing list: https://launchpad.net/~openstack Post to : openstack@lists.launchpad.net Unsubscribe : https

[Openstack] Failed db sync while upgrading from essex to folsom

2013-04-29 Thread Shashank Sahni
. 2013-04-29 20:13:50 23254 TRACE nova raise exc.NoSuchTableError(full_name) 2013-04-29 20:13:50 23254 TRACE nova NoSuchTableError: `projects` Ironically, the table exists. But I get the same message accessing it through mysql console. Any suggestions? -- Shashank Sahni

Re: [Openstack] Failed db sync while upgrading from essex to folsom

2013-04-29 Thread Shashank Sahni
error. Although, the .frm file exists in /var/lib/mysql. Something seems to have gone wrong with InnoDB. -- Shashank Sahni On Mon, Apr 29, 2013 at 9:29 PM, Yaguang Tang heut2...@gmail.com wrote: This is a MYsql DB issue, you can try to restart MYsql if possible. 2013/4/29 Shashank Sahni

Re: [Openstack] Failed db sync while upgrading from essex to folsom

2013-04-30 Thread Shashank Sahni
I checked the instance_metatdata table, I found that it has instance_uuid as a field and not instance_id. It seems to be another issue with db sync. Suggestions? -- Shashank Sahni On Tue, Apr 30, 2013 at 2:32 AM, Calvin Walton calvin.wal...@kepstin.cawrote: On Mon, 2013-04-29 at 20:16 +0530

Re: [Openstack] Failed db sync while upgrading from essex to folsom

2013-04-30 Thread Shashank Sahni
Thanks Calvin. It was an update issue. I ran apt-get upgrade instead of dist-upgrade. -- Shashank Sahni On Tue, Apr 30, 2013 at 6:05 PM, Calvin Walton calvin.wal...@kepstin.cawrote: On Tue, 2013-04-30 at 16:06 +0530, Shashank Sahni wrote: Hi Calvin, Thank you for the reply. It solved

[Openstack] Error running instance on LXC(Folsom)

2013-05-08 Thread Shashank Sahni
by the connection driver: virDomainGetVcpus 2013-05-08 18:39:29.439+: 8032: error : virDomainGetVcpus:8912 : this function is not supported by the connection driver: virDomainGetVcpus Any suggestions? -- Shashank Sahni ___ Mailing list: https://launchpad.net

Re: [Openstack] LXC on Folsom

2013-05-09 Thread Shashank Sahni
Hi Chuan, Did you manage to resolve the following issue? init: Unable to create device: /dev/kmsg I'm having a similar problem while running LXC on Folsom. https://lists.launchpad.net/openstack/msg23438.html Thanks and Regards, Shashank Sahni