[Bug 1292433] Re: cinder volume deletion fails with ceph backend

2014-04-17 Thread Thierry Carrez
** Changed in: cinder
Milestone: icehouse-rc1 = 2014.1

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

Title:
  cinder volume deletion fails with ceph backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1292433/+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 1292433] Re: cinder volume deletion fails with ceph backend

2014-03-27 Thread Thierry Carrez
** Changed in: cinder
   Status: Fix Committed = Fix Released

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

Title:
  cinder volume deletion fails with ceph backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1292433/+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 1292433] Re: cinder volume deletion fails with ceph backend

2014-03-24 Thread John Griffith
Merged: https://review.openstack.org/#/c/80530/

Patch had an incorrect bug-id associated with it.

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

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

Title:
  cinder volume deletion fails with ceph backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1292433/+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 1292433] Re: cinder volume deletion fails with ceph backend

2014-03-14 Thread James Page
Note that is can be reproduced by trying to delete any cinder volume:

cinder create 5
cinder delete uuid

+--++--+--+-+--+-+
|  ID  | Status | Display Name | Size | 
Volume Type | Bootable | Attached to |
+--++--+--+-+--+-+
| 72d9c32a-1474-41b9-b6b2-26b3ff641944 | error_deleting | None |  1   | 
None|  false   | |
+--++--+--+-+--+-+

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

Title:
  cinder volume deletion fails with ceph backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1292433/+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 1292433] Re: cinder volume deletion fails with ceph backend

2014-03-14 Thread Edward Hope-Morley
I have seen this sort of error previously when the name supplied to
rbd.Image is unicode formatted (or non-utf8). We should call
strutils.safe_encode() on the name to be safe like in
cinder.backup.drivers.ceph.

** Changed in: cinder
 Assignee: (unassigned) = Edward Hope-Morley (hopem)

** Changed in: cinder
   Status: New = In Progress

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

Title:
  cinder volume deletion fails with ceph backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1292433/+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 1292433] Re: cinder volume deletion fails with ceph backend

2014-03-14 Thread James Page
Looks like:

https://github.com/openstack/cinder/commit/cbe1d5f5e22e5f792128643e4cdd6afb2ff2b5bf

went a little to far.

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

Title:
  cinder volume deletion fails with ceph backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1292433/+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 1292433] Re: cinder volume deletion fails with ceph backend

2014-03-14 Thread James Page
** Also affects: cinder (Ubuntu Trusty)
   Importance: Undecided
   Status: New

** Changed in: cinder (Ubuntu Trusty)
   Importance: Undecided = Critical

** Changed in: cinder (Ubuntu Trusty)
   Status: New = Triaged

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

Title:
  cinder volume deletion fails with ceph backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1292433/+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 1292433] Re: cinder volume deletion fails with ceph backend

2014-03-14 Thread James Page
** Tags added: ubuntu-ci

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

Title:
  cinder volume deletion fails with ceph backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1292433/+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 1292433] Re: cinder volume deletion fails with ceph backend

2014-03-14 Thread Launchpad Bug Tracker
This bug was fixed in the package cinder - 1:2014.1~b3-0ubuntu3

---
cinder (1:2014.1~b3-0ubuntu3) trusty; urgency=medium

  * d/p/fixup-rbd-str-handling.patch: Cherry pick fix from upstream
Gerrit to resolve issue deleting Ceph volumes and snapshots
(LP: #1292433).
  * d/control,rules: Use upstream run_tests.sh wrapper to execute unit tests,
add subunit to BD's to ensure output is correctly formatted.
 -- James Page james.p...@ubuntu.com   Fri, 14 Mar 2014 11:19:16 +

** Changed in: cinder (Ubuntu Trusty)
   Status: Triaged = Fix Released

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

Title:
  cinder volume deletion fails with ceph backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1292433/+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 1292433] Re: cinder volume deletion fails with ceph backend

2014-03-14 Thread Edward Hope-Morley
** Changed in: cinder
Milestone: None = icehouse-rc1

** Changed in: cinder
   Importance: Undecided = Critical

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

Title:
  cinder volume deletion fails with ceph backend

To manage notifications about this bug go to:
https://bugs.launchpad.net/cinder/+bug/1292433/+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