[Bug 820432] Re: using name in register causes internal server error

2011-08-03 Thread Neil Soman
** Also affects: euca2ools
   Importance: Undecided
   Status: New

** Changed in: euca2ools
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/820432

Title:
  using name in register causes internal server error

To manage notifications about this bug go to:
https://bugs.launchpad.net/euca2ools/+bug/820432/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 820432] Re: using name in register causes internal server error

2011-08-03 Thread Neil Soman
** Also affects: euca2ools
   Importance: Undecided
   Status: New

** Changed in: euca2ools
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/820432

Title:
  using name in register causes internal server error

To manage notifications about this bug go to:
https://bugs.launchpad.net/euca2ools/+bug/820432/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 711534] Re: euca-upload-bundle fails when connecting to Eucalyptus and a path in bucket is specified

2011-04-22 Thread Neil Soman
It shouldn't fail as of revno 1257 as noted above :)

Did you try that revno?

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/711534

Title:
  euca-upload-bundle fails when connecting to Eucalyptus and a path in
  bucket is specified

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 711534] Re: euca-upload-bundle fails when connecting to Eucalyptus and a path in bucket is specified

2011-04-22 Thread Neil Soman
Definitely not that :)

This is fixed in the source but not released in package form yet.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in Ubuntu.
https://bugs.launchpad.net/bugs/711534

Title:
  euca-upload-bundle fails when connecting to Eucalyptus and a path in
  bucket is specified

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 711534] Re: euca-upload-bundle fails when connecting to Eucalyptus and a path in bucket is specified

2011-04-22 Thread Neil Soman
It shouldn't fail as of revno 1257 as noted above :)

Did you try that revno?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/711534

Title:
  euca-upload-bundle fails when connecting to Eucalyptus and a path in
  bucket is specified

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 711534] Re: euca-upload-bundle fails when connecting to Eucalyptus and a path in bucket is specified

2011-04-22 Thread Neil Soman
Definitely not that :)

This is fixed in the source but not released in package form yet.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/711534

Title:
  euca-upload-bundle fails when connecting to Eucalyptus and a path in
  bucket is specified

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 711534] Re: euca-upload-bundle fails when connecting to Eucalyptus and a path in bucket is specified

2011-03-20 Thread Neil Soman
Marek, it means that the bucket (goldmann-test) needs to be created
first. The directory structure is part of the key.

Hope that helps.
neil

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.
https://bugs.launchpad.net/bugs/711534

Title:
  euca-upload-bundle fails when connecting to Eucalyptus and a path in
  bucket is specified

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 711534] Re: euca-upload-bundle fails when connecting to Eucalyptus and a path in bucket is specified

2011-03-20 Thread Neil Soman
Marek, it means that the bucket (goldmann-test) needs to be created
first. The directory structure is part of the key.

Hope that helps.
neil

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/711534

Title:
  euca-upload-bundle fails when connecting to Eucalyptus and a path in
  bucket is specified

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 728234] Re: EBS volume isn't re-attached after rebooting instance on kvm+iSCSI

2011-03-08 Thread Neil Soman
Fixed in revno 1260.

** Branch linked: lp:eucalyptus

** Changed in: eucalyptus
   Status: New = Fix Committed

** Also affects: ubuntu
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/728234

Title:
  EBS volume isn't re-attached after rebooting instance on kvm+iSCSI

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 711534] Re: euca-upload-bundle fails when connecting to Eucalyptus and a path in bucket is specified

2011-03-01 Thread Neil Soman
The command specified in the bug report doesn't work with AWS S3 unless
the user has actually created the bucket somehow. I just tested this.

For instance, if you use the option -b mybucket/abcd/efgh S3 will
correctly interpret this request (PUT to mybucket/abcd/efgh) as an empty
put to the bucket mybucket with the keyname abcd/efgh. Which is
correct behavior.

The user must have already have a bucket, mybucket. Otherwise the key
abcd/efgh cannot be created because the bucket does not exist. Before
the key can be created, the bucket needs to be created with a PUT to
mybucket

/s are not allowed in the bucket name. The / is interpreted as part
of the key. The bucket must exist for that key to be created.

So the bug report is partly right and partly wrong.

The real bug is that Walrus should be returning a 404 and not a 400 when
someone tries to access mybucket/abcd/efgh if the bucket does not
exist.

The command will not work on S3 or against Walrus if the bucket (the
part of the string before the first /) was never created, but the
right error to send back is a 404 (no such bucket) and not a 400 (bad
request).

This is fixed in revno 1257 in lp:eucalyptus.

Hope all this makes sense,
neil


** Changed in: eucalyptus
   Status: New = Fix Committed

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.
https://bugs.launchpad.net/bugs/711534

Title:
  euca-upload-bundle fails when connecting to Eucalyptus and a path in
  bucket is specified

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 711534] Re: euca-upload-bundle fails when connecting to Eucalyptus and a path in bucket is specified

2011-03-01 Thread Neil Soman
The command specified in the bug report doesn't work with AWS S3 unless
the user has actually created the bucket somehow. I just tested this.

For instance, if you use the option -b mybucket/abcd/efgh S3 will
correctly interpret this request (PUT to mybucket/abcd/efgh) as an empty
put to the bucket mybucket with the keyname abcd/efgh. Which is
correct behavior.

The user must have already have a bucket, mybucket. Otherwise the key
abcd/efgh cannot be created because the bucket does not exist. Before
the key can be created, the bucket needs to be created with a PUT to
mybucket

/s are not allowed in the bucket name. The / is interpreted as part
of the key. The bucket must exist for that key to be created.

So the bug report is partly right and partly wrong.

The real bug is that Walrus should be returning a 404 and not a 400 when
someone tries to access mybucket/abcd/efgh if the bucket does not
exist.

The command will not work on S3 or against Walrus if the bucket (the
part of the string before the first /) was never created, but the
right error to send back is a 404 (no such bucket) and not a 400 (bad
request).

This is fixed in revno 1257 in lp:eucalyptus.

Hope all this makes sense,
neil


** Changed in: eucalyptus
   Status: New = Fix Committed

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/711534

Title:
  euca-upload-bundle fails when connecting to Eucalyptus and a path in
  bucket is specified

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 613033] Re: eucalyptus-cloud: cloud fails to start on separate install

2010-12-29 Thread Neil Soman
waltc, did you install eucalyptus-walrus and have you registered Walrus?
You will get that warning (Walrus URL is not configured) if you
download credentials before you have Walrus registered.

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.
https://bugs.launchpad.net/bugs/613033

Title:
  eucalyptus-cloud: cloud fails to start on separate install

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 613033] Re: eucalyptus-cloud: cloud fails to start on separate install

2010-12-29 Thread Neil Soman
waltc, did you install eucalyptus-walrus and have you registered Walrus?
You will get that warning (Walrus URL is not configured) if you
download credentials before you have Walrus registered.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/613033

Title:
  eucalyptus-cloud: cloud fails to start on separate install

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 664002] Re: euca_conf --list-nodes returns nothing even when nodes are registered

2010-10-20 Thread Neil Soman
This was fixed in 1195.1.151 (2.0.0-lp).

** Branch linked: lp:~eucalyptus-maintainers/eucalyptus/2.0.0-lp

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: eucalyptus
   Importance: Undecided = Medium

** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
euca_conf --list-nodes returns nothing even when nodes are registered
https://bugs.launchpad.net/bugs/664002
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 664002] Re: euca_conf --list-nodes returns nothing even when nodes are registered

2010-10-20 Thread Neil Soman
This was fixed in 1195.1.151 (2.0.0-lp).

** Branch linked: lp:~eucalyptus-maintainers/eucalyptus/2.0.0-lp

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: eucalyptus
   Importance: Undecided = Medium

** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
euca_conf --list-nodes returns nothing even when nodes are registered
https://bugs.launchpad.net/bugs/664002
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 661565] [NEW] With versioning turned on, PUT object does not return version id in the header

2010-10-15 Thread Neil Soman
Public bug reported:

Looks like this is a regression that did not make it into the 2.0 branch
(it works against the devel branch).

** Affects: eucalyptus
 Importance: Medium
 Status: Fix Committed

** Affects: eucalyptus (Ubuntu)
 Importance: Undecided
 Status: New

** Changed in: eucalyptus
   Status: New = Fix Committed

** Changed in: eucalyptus
   Importance: Undecided = Medium

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
With versioning turned on, PUT object does not return version id in the header
https://bugs.launchpad.net/bugs/661565
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 661565] Re: With versioning turned on, PUT object does not return version id in the header

2010-10-15 Thread Neil Soman
Fixed in 2.0.0-lp.

-- 
With versioning turned on, PUT object does not return version id in the header
https://bugs.launchpad.net/bugs/661565
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 661565] [NEW] With versioning turned on, PUT object does not return version id in the header

2010-10-15 Thread Neil Soman
Public bug reported:

Looks like this is a regression that did not make it into the 2.0 branch
(it works against the devel branch).

** Affects: eucalyptus
 Importance: Medium
 Status: Fix Committed

** Affects: eucalyptus (Ubuntu)
 Importance: Undecided
 Status: New

** Changed in: eucalyptus
   Status: New = Fix Committed

** Changed in: eucalyptus
   Importance: Undecided = Medium

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
With versioning turned on, PUT object does not return version id in the header
https://bugs.launchpad.net/bugs/661565
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 661565] Re: With versioning turned on, PUT object does not return version id in the header

2010-10-15 Thread Neil Soman
Fixed in 2.0.0-lp.

-- 
With versioning turned on, PUT object does not return version id in the header
https://bugs.launchpad.net/bugs/661565
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 364806] Re: When maximum volume size is exceeded, the system should report a more helpful error

2010-10-11 Thread Neil Soman
** Also affects: eucalyptus/trunk
   Importance: Undecided
   Status: New

** Also affects: eucalyptus/eucalyptus-devel
   Importance: Undecided
   Status: New

** Changed in: eucalyptus/1.5
   Status: New = Won't Fix

** Changed in: eucalyptus/eucalyptus-devel
   Status: New = Fix Committed

-- 
When maximum volume size is exceeded, the system should report a more helpful 
error
https://bugs.launchpad.net/bugs/364806
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 519567] Re: euca2ools does not correctly specify port when $http_proxy is set

2010-10-11 Thread Neil Soman
** Changed in: eucalyptus
   Status: Triaged = In Progress

** Changed in: eucalyptus
   Status: In Progress = Confirmed

** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca2ools does not correctly specify port when $http_proxy is set
https://bugs.launchpad.net/bugs/519567
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 485113] Re: euca2ools should include --region support

2010-10-11 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Confirmed

** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca2ools should include --region support
https://bugs.launchpad.net/bugs/485113
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 563202] Re: euca2ools often output error messages to stdout

2010-10-11 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Invalid

** Also affects: euca2ools
   Importance: Undecided
   Status: New

** Changed in: euca2ools
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca2ools often output error messages to stdout
https://bugs.launchpad.net/bugs/563202
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 364806] Re: When maximum volume size is exceeded, the system should report a more helpful error

2010-10-11 Thread Neil Soman
** Also affects: eucalyptus/trunk
   Importance: Undecided
   Status: New

** Also affects: eucalyptus/eucalyptus-devel
   Importance: Undecided
   Status: New

** Changed in: eucalyptus/1.5
   Status: New = Won't Fix

** Changed in: eucalyptus/eucalyptus-devel
   Status: New = Fix Committed

-- 
When maximum volume size is exceeded, the system should report a more helpful 
error
https://bugs.launchpad.net/bugs/364806
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 456099] Re: axis2c.log is full of spurious (and full of typos) errors

2010-10-11 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Won't Fix

** Changed in: eucalyptus
   Status: Won't Fix = Invalid

-- 
axis2c.log is full of spurious (and full of typos) errors
https://bugs.launchpad.net/bugs/456099
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 519567] Re: euca2ools does not correctly specify port when $http_proxy is set

2010-10-11 Thread Neil Soman
** Changed in: eucalyptus
   Status: Triaged = In Progress

** Changed in: eucalyptus
   Status: In Progress = Confirmed

** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca2ools does not correctly specify port when $http_proxy is set
https://bugs.launchpad.net/bugs/519567
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 485113] Re: euca2ools should include --region support

2010-10-11 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Confirmed

** Changed in: eucalyptus
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca2ools should include --region support
https://bugs.launchpad.net/bugs/485113
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 546572] Re: euca-modify-image-attribute -l -a exits success on non-existant id

2010-10-11 Thread Neil Soman
** Changed in: eucalyptus
 Assignee: (unassigned) = chris grzegorczyk (chris-grze)

-- 
euca-modify-image-attribute -l -a exits success on non-existant id
https://bugs.launchpad.net/bugs/546572
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 563202] Re: euca2ools often output error messages to stdout

2010-10-11 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Invalid

** Also affects: euca2ools
   Importance: Undecided
   Status: New

** Changed in: euca2ools
 Assignee: (unassigned) = Mitch Garnaat (mitch-garnaat)

-- 
euca2ools often output error messages to stdout
https://bugs.launchpad.net/bugs/563202
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 646100] Re: After upgrade Lucid-Maverick, Eucalyptus database seems not to have been upgraded

2010-10-05 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Invalid

-- 
After upgrade Lucid-Maverick, Eucalyptus database seems not to have been 
upgraded
https://bugs.launchpad.net/bugs/646100
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644759] Re: After upgrade Lucid-Maverick, all nodes need to be re-registered

2010-10-05 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Invalid

-- 
After upgrade Lucid-Maverick, all nodes need to be re-registered
https://bugs.launchpad.net/bugs/644759
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 644733] Re: On upgrade from Lucid to Maverick CC entries in /etc/eucalyptus/eucalyptus.local.conf are commented out

2010-10-05 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Invalid

-- 
On upgrade from Lucid to Maverick CC entries in 
/etc/eucalyptus/eucalyptus.local.conf are commented out
https://bugs.launchpad.net/bugs/644733
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 639639] Re: euca-* commands stopped responding

2010-10-05 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Incomplete

-- 
euca-* commands stopped responding
https://bugs.launchpad.net/bugs/639639
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 646100] Re: After upgrade Lucid-Maverick, Eucalyptus database seems not to have been upgraded

2010-10-05 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Invalid

-- 
After upgrade Lucid-Maverick, Eucalyptus database seems not to have been 
upgraded
https://bugs.launchpad.net/bugs/646100
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 644759] Re: After upgrade Lucid-Maverick, all nodes need to be re-registered

2010-10-05 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Invalid

-- 
After upgrade Lucid-Maverick, all nodes need to be re-registered
https://bugs.launchpad.net/bugs/644759
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 644733] Re: On upgrade from Lucid to Maverick CC entries in /etc/eucalyptus/eucalyptus.local.conf are commented out

2010-10-05 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Invalid

-- 
On upgrade from Lucid to Maverick CC entries in 
/etc/eucalyptus/eucalyptus.local.conf are commented out
https://bugs.launchpad.net/bugs/644733
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 639639] Re: euca-* commands stopped responding

2010-10-05 Thread Neil Soman
** Changed in: eucalyptus
   Status: New = Incomplete

-- 
euca-* commands stopped responding
https://bugs.launchpad.net/bugs/639639
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 652815] Re: eucalyptus-common 2.0+bzr1241-0ubuntu4 not configured after package upgrade

2010-10-01 Thread Neil Soman
** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: eucalyptus
   Status: New = Invalid

-- 
eucalyptus-common 2.0+bzr1241-0ubuntu4 not configured after package upgrade
https://bugs.launchpad.net/bugs/652815
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 652815] Re: eucalyptus-common 2.0+bzr1241-0ubuntu4 not configured after package upgrade

2010-10-01 Thread Neil Soman
** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: eucalyptus
   Status: New = Invalid

-- 
eucalyptus-common 2.0+bzr1241-0ubuntu4 not configured after package upgrade
https://bugs.launchpad.net/bugs/652815
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 637659] Re: metadata service returns 500 error

2010-09-14 Thread Neil Soman
Fixed in revno 1240.

** Changed in: eucalyptus
   Status: New = Fix Committed

** Branch linked: lp:~eucalyptus-maintainers/eucalyptus/2.0.0-lp

-- 
metadata service returns 500 error
https://bugs.launchpad.net/bugs/637659
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: [SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-14 Thread Neil Soman
Make sure you increase the disk space reserved for volumes (default is
50G) if you expect volume creation beyond that limit to succeed :)

Also, not sure I read the previous message correctly. There are fixes to
the CLC as well as the SC so you will need to upgrade and restart both.

-- 
[SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC 
+ ENT configs)
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 637659] Re: metadata service returns 500 error

2010-09-14 Thread Neil Soman
Fixed in revno 1240.

** Changed in: eucalyptus
   Status: New = Fix Committed

** Branch linked: lp:~eucalyptus-maintainers/eucalyptus/2.0.0-lp

-- 
metadata service returns 500 error
https://bugs.launchpad.net/bugs/637659
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590929] Re: [SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-09 Thread Neil Soman
Sylvain, are you positive that you are running the right version? Did
you start from a clean state? Are there any other error messages on the
storage controller? Is lvdisplay, vgdisplay and pvdisplay added to the
white list of commands?

We have tested this several times on our end and I'm puzzled that you'd
still see this, but we'd be happy to take a look.

-- 
[SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC 
+ ENT configs)
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: [SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-09 Thread Neil Soman
Sylvain, are you positive that you are running the right version? Did
you start from a clean state? Are there any other error messages on the
storage controller? Is lvdisplay, vgdisplay and pvdisplay added to the
white list of commands?

We have tested this several times on our end and I'm puzzled that you'd
still see this, but we'd be happy to take a look.

-- 
[SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC 
+ ENT configs)
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590929] Re: [SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-08 Thread Neil Soman
17:29:44 ERROR [SystemUtil:pool-10-thread-4] 
com.eucalyptus.util.ExecutionException: ///usr/lib/eucalyptus/euca_rootwrap 
losetup /dev/loop151 error: loop: can't get info on device /dev/loop151: No 
such device or address
com.eucalyptus.util.ExecutionException: ///usr/lib/eucalyptus/euca_rootwrap 
losetup /dev/loop151 error: loop: can't get info on device /dev/loop151: No 
such device or address

Carlos that error is actually not a real error, it is unfortunately
tagged as such when logging. The Storage Controller is trying to make
sure that the loop device exists before trying to use it or remove it,
basically the equivalent of a stat. We can fix the way this is being
reported, but it is not critical.

-- 
[SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC 
+ ENT configs)
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: [SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-08 Thread Neil Soman
17:29:44 ERROR [SystemUtil:pool-10-thread-4] 
com.eucalyptus.util.ExecutionException: ///usr/lib/eucalyptus/euca_rootwrap 
losetup /dev/loop151 error: loop: can't get info on device /dev/loop151: No 
such device or address
com.eucalyptus.util.ExecutionException: ///usr/lib/eucalyptus/euca_rootwrap 
losetup /dev/loop151 error: loop: can't get info on device /dev/loop151: No 
such device or address

Carlos that error is actually not a real error, it is unfortunately
tagged as such when logging. The Storage Controller is trying to make
sure that the loop device exists before trying to use it or remove it,
basically the equivalent of a stat. We can fix the way this is being
reported, but it is not critical.

-- 
[SRU] eucalyptus create and delete volumes sometimes fail on lvm commands (POC 
+ ENT configs)
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-02 Thread Neil Soman
Make sure you start with a clean installation when you rerun the test.
Thanks!

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT 
configs)
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-02 Thread Neil Soman
Make sure you start with a clean installation when you rerun the test.
Thanks!

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT 
configs)
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-01 Thread Neil Soman
I've applied another fix (revno 1236, 1.6.2 branch) that makes cleanup
of volumes more robust (1235 solves part of the problem). This has been
tested on our end.

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT 
configs)
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-09-01 Thread Neil Soman
I've applied another fix (revno 1236, 1.6.2 branch) that makes cleanup
of volumes more robust (1235 solves part of the problem). This has been
tested on our end.

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT 
configs)
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-08-29 Thread Neil Soman
Fix has been applied to the 1.6.2 branch (revno 1235). There are a
couple of issues here.

The first one has to do with concurrent creation of 100+ volumes in a
tight loop. Some creates were failing (fix has been backported from
2.0).

The second issue was that it is possible to cause a race in LVM when
concurrently deleting logical volumes and volume groups. Added a
workaround for that.

** Branch linked: lp:eucalyptus

** Changed in: eucalyptus
   Status: Invalid = In Progress

** Also affects: eucalyptus/1.6.2
   Importance: Undecided
   Status: In Progress

** Changed in: eucalyptus/1.6.2
   Status: In Progress = Fix Committed

** Changed in: eucalyptus/1.6.2
 Assignee: (unassigned) = Neil Soman (neilsoman)

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT 
configs)
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-08-29 Thread Neil Soman
Fix has been applied to the 1.6.2 branch (revno 1235). There are a
couple of issues here.

The first one has to do with concurrent creation of 100+ volumes in a
tight loop. Some creates were failing (fix has been backported from
2.0).

The second issue was that it is possible to cause a race in LVM when
concurrently deleting logical volumes and volume groups. Added a
workaround for that.

** Branch linked: lp:eucalyptus

** Changed in: eucalyptus
   Status: Invalid = In Progress

** Also affects: eucalyptus/1.6.2
   Importance: Undecided
   Status: In Progress

** Changed in: eucalyptus/1.6.2
   Status: In Progress = Fix Committed

** Changed in: eucalyptus/1.6.2
 Assignee: (unassigned) = Neil Soman (neilsoman)

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT 
configs)
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT configs)

2010-08-29 Thread Neil Soman
Also note that any transient failures in deletion are reported correctly
to the user now, i.e., a subsequent describe request will list any
volumes that could not be deleted for any underlying back end reason.
After this fix, the system should no longer be in an inconsistent state
where the backend/SC thinks volumes are available but the user does not
see them. The user has the option of retrying the delete request.

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands (POC + ENT 
configs)
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands

2010-08-18 Thread Neil Soman
I have been unable to reproduce this issue against 2.0. Going to try
against 1.6.2 and report back.

@Dustin,

Volume: Error while communicating with Storage Controller:
CreateStorageVolume:Your proposed upload exceeds the maximum allowed
object size.

Web UI-configuration tab. Please increase the total max for volumes
(default is 50).

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands

2010-08-18 Thread Neil Soman
Marking it invalid against the latest dev branch (2.0), but I will try
to reproduce it against 1.6.2.

** Changed in: eucalyptus
   Status: New = Invalid

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 613535] Re: cloud-debug.log reports errno=2 trying to execute 'bttrack'

2010-08-18 Thread Neil Soman
** Also affects: eucalyptus/eucalyptus-devel
   Importance: Undecided
   Status: New

-- 
cloud-debug.log reports errno=2 trying to execute 'bttrack'
https://bugs.launchpad.net/bugs/613535
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands

2010-08-18 Thread Neil Soman
Against 1.6.2, I tried a test which involved creating and deleting 50
volumes in a tight loop, which passed successfully. With 100 volumes, I
was able to trigger a failure to clean up volumes. In addition, once the
max volume limit is reached and exceeded, occasionally, volumes are not
cleaned up properly. I have seen the Volume: Error while communicating
with Storage Controller: CreateStorageVolume:Internal Error. message on
occasion, when this happens.

None of these issues can be reproduced against 2.0. Version 2.0 has a
number of fixes that have to deal with failure recovery and CLC/SC
communication that helps scale. At this point, backporting these to
1.6.2 does not make a lot of sense (they are non trivial), since 2.0
will be released shortly, but the upstream is willing to discuss a
possible backport effort if this is critical and upgrading to 2.0 is not
an option.

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands

2010-08-18 Thread Neil Soman
I have been unable to reproduce this issue against 2.0. Going to try
against 1.6.2 and report back.

@Dustin,

Volume: Error while communicating with Storage Controller:
CreateStorageVolume:Your proposed upload exceeds the maximum allowed
object size.

Web UI-configuration tab. Please increase the total max for volumes
(default is 50).

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands

2010-08-18 Thread Neil Soman
Marking it invalid against the latest dev branch (2.0), but I will try
to reproduce it against 1.6.2.

** Changed in: eucalyptus
   Status: New = Invalid

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 613535] Re: cloud-debug.log reports errno=2 trying to execute 'bttrack'

2010-08-18 Thread Neil Soman
** Also affects: eucalyptus/eucalyptus-devel
   Importance: Undecided
   Status: New

-- 
cloud-debug.log reports errno=2 trying to execute 'bttrack'
https://bugs.launchpad.net/bugs/613535
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 590929] Re: eucalyptus create and delete volumes sometimes fail on lvm commands

2010-08-18 Thread Neil Soman
Against 1.6.2, I tried a test which involved creating and deleting 50
volumes in a tight loop, which passed successfully. With 100 volumes, I
was able to trigger a failure to clean up volumes. In addition, once the
max volume limit is reached and exceeded, occasionally, volumes are not
cleaned up properly. I have seen the Volume: Error while communicating
with Storage Controller: CreateStorageVolume:Internal Error. message on
occasion, when this happens.

None of these issues can be reproduced against 2.0. Version 2.0 has a
number of fixes that have to deal with failure recovery and CLC/SC
communication that helps scale. At this point, backporting these to
1.6.2 does not make a lot of sense (they are non trivial), since 2.0
will be released shortly, but the upstream is willing to discuss a
possible backport effort if this is critical and upgrading to 2.0 is not
an option.

-- 
eucalyptus create and delete volumes sometimes fail on lvm commands
https://bugs.launchpad.net/bugs/590929
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 617032] [NEW] euca-describe-volumes does not show volume size when vol is created from snap

2010-08-12 Thread Neil Soman
Public bug reported:

This is a server side issue. The fix is trivial.

** Affects: eucalyptus
 Importance: Undecided
 Status: Fix Committed

** Affects: eucalyptus (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
euca-describe-volumes does not show volume size when vol is created from snap
https://bugs.launchpad.net/bugs/617032
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 617032] Re: euca-describe-volumes does not show volume size when vol is created from snap

2010-08-12 Thread Neil Soman

revno: 1226
fixes bug(s): https://launchpad.net/bugs/617032
committer: Neil n...@pall
branch nick: devel
timestamp: Thu 2010-08-12 13:42:58 -0700
message:
  fixes LP: #617032



** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
euca-describe-volumes does not show volume size when vol is created from snap
https://bugs.launchpad.net/bugs/617032
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 611769] Re: Can't create volume from snapshot with different size

2010-08-12 Thread Neil Soman

revno: 1227 [merge]
fixes bug(s): https://launchpad.net/bugs/611769
committer: Neil 
branch nick: devel
timestamp: Thu 2010-08-12 18:11:39 -0700
message:
  fixes LP: #611769



** Changed in: eucalyptus
   Status: Confirmed = Fix Committed

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Can't create volume from snapshot with different size
https://bugs.launchpad.net/bugs/611769
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 617032] [NEW] euca-describe-volumes does not show volume size when vol is created from snap

2010-08-12 Thread Neil Soman
Public bug reported:

This is a server side issue. The fix is trivial.

** Affects: eucalyptus
 Importance: Undecided
 Status: Fix Committed

** Affects: eucalyptus (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
euca-describe-volumes does not show volume size when vol is created from snap
https://bugs.launchpad.net/bugs/617032
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 617032] Re: euca-describe-volumes does not show volume size when vol is created from snap

2010-08-12 Thread Neil Soman

revno: 1226
fixes bug(s): https://launchpad.net/bugs/617032
committer: Neil n...@pall
branch nick: devel
timestamp: Thu 2010-08-12 13:42:58 -0700
message:
  fixes LP: #617032



** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
euca-describe-volumes does not show volume size when vol is created from snap
https://bugs.launchpad.net/bugs/617032
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 611769] Re: Can't create volume from snapshot with different size

2010-08-12 Thread Neil Soman

revno: 1227 [merge]
fixes bug(s): https://launchpad.net/bugs/611769
committer: Neil 
branch nick: devel
timestamp: Thu 2010-08-12 18:11:39 -0700
message:
  fixes LP: #611769



** Changed in: eucalyptus
   Status: Confirmed = Fix Committed

** Also affects: eucalyptus (Ubuntu)
   Importance: Undecided
   Status: New

-- 
Can't create volume from snapshot with different size
https://bugs.launchpad.net/bugs/611769
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 613535] Re: cloud-debug.log reports errno=2 trying to execute 'bttrack'

2010-08-05 Thread Neil Soman
If users would like S3 bittorent API support, bittorent needs to be
installed. This has been the case since 1.6. bttrack is provided by
bittorent. We should probably do something to report this more, err,
nicely.

-- 
cloud-debug.log reports errno=2 trying to execute 'bttrack'
https://bugs.launchpad.net/bugs/613535
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 613535] Re: cloud-debug.log reports errno=2 trying to execute 'bttrack'

2010-08-05 Thread Neil Soman
Revno 1219 makes this a bit clearer in the logs.

-- 
cloud-debug.log reports errno=2 trying to execute 'bttrack'
https://bugs.launchpad.net/bugs/613535
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 613535] Re: cloud-debug.log reports errno=2 trying to execute 'bttrack'

2010-08-05 Thread Neil Soman
If users would like S3 bittorent API support, bittorent needs to be
installed. This has been the case since 1.6. bttrack is provided by
bittorent. We should probably do something to report this more, err,
nicely.

-- 
cloud-debug.log reports errno=2 trying to execute 'bttrack'
https://bugs.launchpad.net/bugs/613535
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 613535] Re: cloud-debug.log reports errno=2 trying to execute 'bttrack'

2010-08-05 Thread Neil Soman
Revno 1219 makes this a bit clearer in the logs.

-- 
cloud-debug.log reports errno=2 trying to execute 'bttrack'
https://bugs.launchpad.net/bugs/613535
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 586542] Re: EBS volume cannot be detached after i reboot a instance

2010-06-27 Thread Neil Soman
** Also affects: eucalyptus
   Importance: Undecided
   Status: New

** Changed in: eucalyptus
 Assignee: (unassigned) = Neil Soman (neilsoman)

** Changed in: eucalyptus
   Importance: Undecided = High

** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
EBS volume cannot be detached after i reboot a instance
https://bugs.launchpad.net/bugs/586542
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 586542] Re: EBS volume cannot be detached after i reboot a instance

2010-06-27 Thread Neil Soman
FYI, this does not affect xen users. Only kvm is affected.

-- 
EBS volume cannot be detached after i reboot a instance
https://bugs.launchpad.net/bugs/586542
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 586542] Re: EBS volume cannot be detached after i reboot a instance

2010-06-27 Thread Neil Soman
** Also affects: eucalyptus
   Importance: Undecided
   Status: New

** Changed in: eucalyptus
 Assignee: (unassigned) = Neil Soman (neilsoman)

** Changed in: eucalyptus
   Importance: Undecided = High

** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
EBS volume cannot be detached after i reboot a instance
https://bugs.launchpad.net/bugs/586542
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 586542] Re: EBS volume cannot be detached after i reboot a instance

2010-06-27 Thread Neil Soman
FYI, this does not affect xen users. Only kvm is affected.

-- 
EBS volume cannot be detached after i reboot a instance
https://bugs.launchpad.net/bugs/586542
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 588410] Re: dynamic block storage should use virtio

2010-06-18 Thread Neil Soman
Yes, I understand. I was replying to this part: As an added benefit,
performance should increase significantly. This is not necessarily
true, and in some cases, we have seen  10% performance degradation by
moving to virtio.

It will be a while until all distros move to libvirt 0.8.1. From an
upstream point of view, we intend to support both options until dynamic
attach for scsi is dropped from all distros that Eucalyptus runs on.

-- 
dynamic block storage should use virtio
https://bugs.launchpad.net/bugs/588410
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 588410] Re: dynamic block storage should use virtio

2010-06-18 Thread Neil Soman
Yes, I understand. I was replying to this part: As an added benefit,
performance should increase significantly. This is not necessarily
true, and in some cases, we have seen  10% performance degradation by
moving to virtio.

It will be a while until all distros move to libvirt 0.8.1. From an
upstream point of view, we intend to support both options until dynamic
attach for scsi is dropped from all distros that Eucalyptus runs on.

-- 
dynamic block storage should use virtio
https://bugs.launchpad.net/bugs/588410
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 588410] Re: dynamic block storage should use virtio

2010-06-17 Thread Neil Soman
Just as a warning, we have seen cases where enabling virtio for disks
actually degrades performance when compared to scsi for dynamically
attached disks. We will be enabling virtio for the next release, but it
important (from the upstream's point of view) that it be an option.

-- 
dynamic block storage should use virtio
https://bugs.launchpad.net/bugs/588410
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 588410] Re: dynamic block storage should use virtio

2010-06-17 Thread Neil Soman
Just as a warning, we have seen cases where enabling virtio for disks
actually degrades performance when compared to scsi for dynamically
attached disks. We will be enabling virtio for the next release, but it
important (from the upstream's point of view) that it be an option.

-- 
dynamic block storage should use virtio
https://bugs.launchpad.net/bugs/588410
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 583997] Re: Unnecessary error message: The specified bucket was not found

2010-05-21 Thread Neil Soman
This is a generic message that is printed out when attempting to list a
bucket that does not exist. Suppressing this warning will lead to
situations where the admin is trying to debug why a certain bucket is
not available and there is nothing in the logs that indicates failure.
The client tools do the right thing when they receive a 404 Not Found.
This is the expected behavior and is highly unlikely to be fixed.

Thanks for your report.

** Changed in: eucalyptus
   Status: New = Won't Fix

-- 
Unnecessary error message: The specified bucket was not found
https://bugs.launchpad.net/bugs/583997
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 583997] Re: Unnecessary error message: The specified bucket was not found

2010-05-21 Thread Neil Soman
I found at least 3 topics on the forum that reference this issue:

http://open.eucalyptus.com/search/node/NoSuchBucketException
http://open.eucalyptus.com/forum/why-did-error-occur

We apologize if this is not documented in the way you expect. Please
consider participating to help make the documentation better by
contributing to the Community Wiki.

Thanks!

-- 
Unnecessary error message: The specified bucket was not found
https://bugs.launchpad.net/bugs/583997
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 447034] Re: partition2disk error starting up an instance

2010-05-18 Thread Neil Soman
Hi Alex, there is not enough information in your report to figure out
what is wrong with your installation. At the very minimum, we need
nc.log.

Please see open.eucalyptus.com/forum for help with this problem. The bug
tracker is only for filing bugs.

hope that helps
neil

** Changed in: eucalyptus
   Status: New = Incomplete

-- 
partition2disk error starting up an instance
https://bugs.launchpad.net/bugs/447034
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 447034] Re: partition2disk error starting up an instance

2010-05-18 Thread Neil Soman
Hi Alex, there is not enough information in your report to figure out
what is wrong with your installation. At the very minimum, we need
nc.log.

Please see open.eucalyptus.com/forum for help with this problem. The bug
tracker is only for filing bugs.

hope that helps
neil

** Changed in: eucalyptus
   Status: New = Incomplete

-- 
partition2disk error starting up an instance
https://bugs.launchpad.net/bugs/447034
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 565101] Re: walrus reports java.lang.OutOfMemoryError: Java heap space

2010-04-27 Thread Neil Soman
There was another place where memory was being leaked. This was
happening after a register requests, so that over time, after a number
of register requests, Walrus would OOM. The issue was with the
interaction between the CLC and Walrus.

This is fixed in revno 1227.

-- 
walrus reports java.lang.OutOfMemoryError: Java heap space
https://bugs.launchpad.net/bugs/565101
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 565101] Re: walrus reports java.lang.OutOfMemoryError: Java heap space

2010-04-27 Thread Neil Soman
There was another place where memory was being leaked. This was
happening after a register requests, so that over time, after a number
of register requests, Walrus would OOM. The issue was with the
interaction between the CLC and Walrus.

This is fixed in revno 1227.

-- 
walrus reports java.lang.OutOfMemoryError: Java heap space
https://bugs.launchpad.net/bugs/565101
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 565101] Re: walrus reports java.lang.OutOfMemoryError: Java heap space

2010-04-24 Thread Neil Soman

revno: 1225
committer: Neil Soman 
branch nick: 1.6.2
timestamp: Sat 2010-04-24 12:09:26 -0700
message:
  fixes LP: #565101



** Changed in: eucalyptus
   Importance: Undecided = High

** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
walrus reports java.lang.OutOfMemoryError: Java heap space
https://bugs.launchpad.net/bugs/565101
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 565101] Re: walrus reports java.lang.OutOfMemoryError: Java heap space

2010-04-24 Thread Neil Soman

revno: 1225
committer: Neil Soman 
branch nick: 1.6.2
timestamp: Sat 2010-04-24 12:09:26 -0700
message:
  fixes LP: #565101



** Changed in: eucalyptus
   Importance: Undecided = High

** Changed in: eucalyptus
   Status: New = Fix Committed

-- 
walrus reports java.lang.OutOfMemoryError: Java heap space
https://bugs.launchpad.net/bugs/565101
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 551847] Re: Rebundled uec instance boot fail

2010-04-08 Thread Neil Soman
Is this still an issue? Any updates?

How do we reproduce this on the upstream side?

thanks.

-- 
Rebundled uec instance boot fail
https://bugs.launchpad.net/bugs/551847
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 551847] Re: Rebundled uec instance boot fail

2010-04-08 Thread Neil Soman
Is this still an issue? Any updates?

How do we reproduce this on the upstream side?

thanks.

-- 
Rebundled uec instance boot fail
https://bugs.launchpad.net/bugs/551847
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 547059] Re: euca-describe-snapshots gives different output than ec2-describe-snapshots

2010-03-25 Thread Neil Soman
Committed Chris' fix as revno 1215 to Eucalyptus.

** Changed in: eucalyptus
   Status: In Progress = Fix Committed

** Branch linked: lp:eucalyptus

-- 
euca-describe-snapshots gives different output than ec2-describe-snapshots
https://bugs.launchpad.net/bugs/547059
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 547059] Re: euca-describe-snapshots gives different output than ec2-describe-snapshots

2010-03-25 Thread Neil Soman
Committed Chris' fix as revno 1215 to Eucalyptus.

** Changed in: eucalyptus
   Status: In Progress = Fix Committed

** Branch linked: lp:eucalyptus

-- 
euca-describe-snapshots gives different output than ec2-describe-snapshots
https://bugs.launchpad.net/bugs/547059
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 520707] Re: euca-describe-snapshots invalid literal for int() with base 10

2010-03-24 Thread Neil Soman
I object to fixing this in the client library. If this is a bug in the
service, it should be fixed in the service. So what happens when it is
fixed in Eucalyptus? It is removed from boto? You could argue that it
doesn't have to be, since boto would continue to work regardless of
whether an int or a string is returned by the service, but it is best to
fix problems where they arise and not introduce needless client
workarounds. Potentially, this approach leads to a number of hacks on
the client end that are unnecessary, will work with only a single client
and potentially reduces code quality.

-- 
euca-describe-snapshots invalid literal for int() with base 10
https://bugs.launchpad.net/bugs/520707
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to eucalyptus in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 520707] Re: euca-describe-snapshots invalid literal for int() with base 10

2010-03-24 Thread Neil Soman
I object to fixing this in the client library. If this is a bug in the
service, it should be fixed in the service. So what happens when it is
fixed in Eucalyptus? It is removed from boto? You could argue that it
doesn't have to be, since boto would continue to work regardless of
whether an int or a string is returned by the service, but it is best to
fix problems where they arise and not introduce needless client
workarounds. Potentially, this approach leads to a number of hacks on
the client end that are unnecessary, will work with only a single client
and potentially reduces code quality.

-- 
euca-describe-snapshots invalid literal for int() with base 10
https://bugs.launchpad.net/bugs/520707
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 541468] Re: euca-describe-images img lists all images when querying against ec2

2010-03-18 Thread Neil Soman
Definitely a regression due to 530296 and not 531076

-- 
euca-describe-images img lists all images when querying against ec2
https://bugs.launchpad.net/bugs/541468
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 541468] Re: euca-describe-images img lists all images when querying against ec2

2010-03-18 Thread Neil Soman
Reintroducing the workaround fixes this problem. The list from EC2
includes all images even if an image id is specified.

-- 
euca-describe-images img lists all images when querying against ec2
https://bugs.launchpad.net/bugs/541468
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 541468] Re: euca-describe-images img lists all images when querying against ec2

2010-03-18 Thread Neil Soman
Fixed in revno 268.

Describe images asks for a list of images as before (instead of asking
for all images). It will then double check the list against the list
specified by the user and display only the intersection, just in case
the service sends back all images.


** Changed in: eucalyptus
   Status: New = Fix Committed

** Also affects: euca2ools
   Importance: Undecided
   Status: New

** Changed in: euca2ools
   Status: New = Fix Committed

-- 
euca-describe-images img lists all images when querying against ec2
https://bugs.launchpad.net/bugs/541468
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 541468] Re: euca-describe-images img lists all images when querying against ec2

2010-03-18 Thread Neil Soman
Yeah, looks like I can get boto to return the correct image is by
setting owners and executable_by to None. If executable_by is set to
['self'], nothing is returned, which does not make a lot of sense.

Good luck getting to the bottom of this. Frankly, this is beyond the
scope of euca2ools functionality, since it clearly works as expected
with Eucalyptus and I can't devote any more time to this.

-- 
euca-describe-images img lists all images when querying against ec2
https://bugs.launchpad.net/bugs/541468
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to euca2ools in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 541468] Re: euca-describe-images img lists all images when querying against ec2

2010-03-18 Thread Neil Soman
Definitely a regression due to 530296 and not 531076

-- 
euca-describe-images img lists all images when querying against ec2
https://bugs.launchpad.net/bugs/541468
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 541468] Re: euca-describe-images img lists all images when querying against ec2

2010-03-18 Thread Neil Soman
Reintroducing the workaround fixes this problem. The list from EC2
includes all images even if an image id is specified.

-- 
euca-describe-images img lists all images when querying against ec2
https://bugs.launchpad.net/bugs/541468
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 541468] Re: euca-describe-images img lists all images when querying against ec2

2010-03-18 Thread Neil Soman
Fixed in revno 268.

Describe images asks for a list of images as before (instead of asking
for all images). It will then double check the list against the list
specified by the user and display only the intersection, just in case
the service sends back all images.


** Changed in: eucalyptus
   Status: New = Fix Committed

** Also affects: euca2ools
   Importance: Undecided
   Status: New

** Changed in: euca2ools
   Status: New = Fix Committed

-- 
euca-describe-images img lists all images when querying against ec2
https://bugs.launchpad.net/bugs/541468
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


  1   2   3   4   >