[Yahoo-eng-team] [Bug 1439855] Re: encrypted iSCSI volume fails to attach, name too long

2020-09-15 Thread Lee Yarwood
** Changed in: nova
   Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1439855

Title:
  encrypted iSCSI volume fails to attach, name too long

Status in OpenStack Compute (nova):
  Won't Fix
Status in os-brick:
  New

Bug description:
  When running the following tempest tests an error occurs in n-cpu:

  
tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup
  test_encrypted_cinder_volumes_luks

  This occurred when using devstack with nova at:

  HEAD is now at d0c2684 Merge "libvirt: Resize down an instance booted
  from a volume"

  Both stack traces below are from n-cpu logs:

  Stack Trace
  
(tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup):

  2015-03-27 18:03:07.990 ERROR nova.compute.manager 
[req-cc941973-c038-4bac-a5ca-d516cd5dd33d TestEncryptedCinderVolumes-658052177 
TestEncryptedCinderVolumes-1476988517] [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] Failed to attach 
2ab47be7-64ac-4d34-a38c-59c5e97e2ec2 at /dev/vdb
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] Traceback (most recent call last):
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/opt/stack/new/nova/nova/compute/manager.py", line 4735, in _attach_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] do_check_attach=False, 
do_driver_attach=True)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/opt/stack/new/nova/nova/virt/block_device.py", line 48, in wrapped
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] ret_val = method(obj, context, *args, 
**kwargs)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/opt/stack/new/nova/nova/virt/block_device.py", line 260, in attach
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] connector)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 85, in 
__exit__
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] six.reraise(self.type_, self.value, 
self.tb)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/opt/stack/new/nova/nova/virt/block_device.py", line 251, in attach
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] device_type=self['device_type'], 
encryption=encryption)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 1065, in attach_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] 
self._disconnect_volume(connection_info, disk_dev)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 85, in 
__exit__
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] six.reraise(self.type_, self.value, 
self.tb)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 1052, in attach_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] encryptor.attach_volume(context, 
**encryption)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/opt/stack/new/nova/nova/volume/encryptors/cryptsetup.py", line 86, in 
attach_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] self._open_volume(passphrase, 
**kwargs)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/opt/stack/new/nova/nova/volume/encryptors/cryptsetup.py", line 71, in 
_open_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] check_exit_code=True, 
run_as_root=True)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 

[Yahoo-eng-team] [Bug 1439855] Re: encrypted iSCSI volume fails to attach, name too long

2017-06-02 Thread Matt Riedemann
Fixing this on master (pike) now would mean fixing this in the os-brick
library since Nova no longer has this code in tree:

https://github.com/openstack/nova/commit/9c23cdc247770830fa288f429ca7231eb431a3b2

** Also affects: os-brick
   Importance: Undecided
   Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1439855

Title:
  encrypted iSCSI volume fails to attach, name too long

Status in OpenStack Compute (nova):
  Confirmed
Status in os-brick:
  New

Bug description:
  When running the following tempest tests an error occurs in n-cpu:

  
tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup
  test_encrypted_cinder_volumes_luks

  This occurred when using devstack with nova at:

  HEAD is now at d0c2684 Merge "libvirt: Resize down an instance booted
  from a volume"

  Both stack traces below are from n-cpu logs:

  Stack Trace
  
(tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup):

  2015-03-27 18:03:07.990 ERROR nova.compute.manager 
[req-cc941973-c038-4bac-a5ca-d516cd5dd33d TestEncryptedCinderVolumes-658052177 
TestEncryptedCinderVolumes-1476988517] [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] Failed to attach 
2ab47be7-64ac-4d34-a38c-59c5e97e2ec2 at /dev/vdb
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] Traceback (most recent call last):
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/opt/stack/new/nova/nova/compute/manager.py", line 4735, in _attach_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] do_check_attach=False, 
do_driver_attach=True)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/opt/stack/new/nova/nova/virt/block_device.py", line 48, in wrapped
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] ret_val = method(obj, context, *args, 
**kwargs)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/opt/stack/new/nova/nova/virt/block_device.py", line 260, in attach
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] connector)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 85, in 
__exit__
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] six.reraise(self.type_, self.value, 
self.tb)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/opt/stack/new/nova/nova/virt/block_device.py", line 251, in attach
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] device_type=self['device_type'], 
encryption=encryption)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 1065, in attach_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] 
self._disconnect_volume(connection_info, disk_dev)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py", line 85, in 
__exit__
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] six.reraise(self.type_, self.value, 
self.tb)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/opt/stack/new/nova/nova/virt/libvirt/driver.py", line 1052, in attach_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] encryptor.attach_volume(context, 
**encryption)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/opt/stack/new/nova/nova/volume/encryptors/cryptsetup.py", line 86, in 
attach_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] self._open_volume(passphrase, 
**kwargs)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
"/opt/stack/new/nova/nova/volume/encryptors/cryptsetup.py", line 71, in 
_open_volume
  2015-03-27 

[Yahoo-eng-team] [Bug 1439855] Re: encrypted iSCSI volume fails to attach, name too long

2015-04-03 Thread Matt Riedemann
*** This bug is a duplicate of bug 1432490 ***
https://bugs.launchpad.net/bugs/1432490

** This bug has been marked a duplicate of bug 1432490
   TestEncryptedCinderVolumes cryptsetup name is too long

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1439855

Title:
  encrypted iSCSI volume fails to attach, name too long

Status in OpenStack Compute (Nova):
  New

Bug description:
  When running the following tempest tests an error occurs in n-cpu:

  
tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup
  test_encrypted_cinder_volumes_luks

  This occurred when using devstack with nova at:

  HEAD is now at d0c2684 Merge libvirt: Resize down an instance booted
  from a volume

  Both stack traces below are from n-cpu logs:

  Stack Trace
  
(tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup):

  2015-03-27 18:03:07.990 ERROR nova.compute.manager 
[req-cc941973-c038-4bac-a5ca-d516cd5dd33d TestEncryptedCinderVolumes-658052177 
TestEncryptedCinderVolumes-1476988517] [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] Failed to attach 
2ab47be7-64ac-4d34-a38c-59c5e97e2ec2 at /dev/vdb
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] Traceback (most recent call last):
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/opt/stack/new/nova/nova/compute/manager.py, line 4735, in _attach_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] do_check_attach=False, 
do_driver_attach=True)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/opt/stack/new/nova/nova/virt/block_device.py, line 48, in wrapped
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] ret_val = method(obj, context, *args, 
**kwargs)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/opt/stack/new/nova/nova/virt/block_device.py, line 260, in attach
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] connector)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py, line 85, in 
__exit__
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] six.reraise(self.type_, self.value, 
self.tb)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/opt/stack/new/nova/nova/virt/block_device.py, line 251, in attach
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] device_type=self['device_type'], 
encryption=encryption)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/opt/stack/new/nova/nova/virt/libvirt/driver.py, line 1065, in attach_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] 
self._disconnect_volume(connection_info, disk_dev)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py, line 85, in 
__exit__
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] six.reraise(self.type_, self.value, 
self.tb)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/opt/stack/new/nova/nova/virt/libvirt/driver.py, line 1052, in attach_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] encryptor.attach_volume(context, 
**encryption)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/opt/stack/new/nova/nova/volume/encryptors/cryptsetup.py, line 86, in 
attach_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] self._open_volume(passphrase, 
**kwargs)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/opt/stack/new/nova/nova/volume/encryptors/cryptsetup.py, line 71, in 
_open_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] check_exit_code=True, 

[Yahoo-eng-team] [Bug 1439855] Re: encrypted iSCSI volume fails to attach, name too long

2015-04-03 Thread Sean Dague
This isn't really a dup, because this is about nova failing gracefully I
think.

Can you provide relevant dmesg logs to figure out if this being
triggered in the kernel or if this is something in cryptsetup itself, so
that we can handle this in the right place?

** This bug is no longer a duplicate of bug 1432490
   TestEncryptedCinderVolumes cryptsetup name is too long

** Changed in: nova
   Status: New = Incomplete

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1439855

Title:
  encrypted iSCSI volume fails to attach, name too long

Status in OpenStack Compute (Nova):
  Incomplete

Bug description:
  When running the following tempest tests an error occurs in n-cpu:

  
tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup
  test_encrypted_cinder_volumes_luks

  This occurred when using devstack with nova at:

  HEAD is now at d0c2684 Merge libvirt: Resize down an instance booted
  from a volume

  Both stack traces below are from n-cpu logs:

  Stack Trace
  
(tempest.scenario.test_encrypted_cinder_volumes.TestEncryptedCinderVolumes.test_encrypted_cinder_volumes_cryptsetup):

  2015-03-27 18:03:07.990 ERROR nova.compute.manager 
[req-cc941973-c038-4bac-a5ca-d516cd5dd33d TestEncryptedCinderVolumes-658052177 
TestEncryptedCinderVolumes-1476988517] [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] Failed to attach 
2ab47be7-64ac-4d34-a38c-59c5e97e2ec2 at /dev/vdb
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] Traceback (most recent call last):
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/opt/stack/new/nova/nova/compute/manager.py, line 4735, in _attach_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] do_check_attach=False, 
do_driver_attach=True)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/opt/stack/new/nova/nova/virt/block_device.py, line 48, in wrapped
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] ret_val = method(obj, context, *args, 
**kwargs)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/opt/stack/new/nova/nova/virt/block_device.py, line 260, in attach
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] connector)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py, line 85, in 
__exit__
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] six.reraise(self.type_, self.value, 
self.tb)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/opt/stack/new/nova/nova/virt/block_device.py, line 251, in attach
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] device_type=self['device_type'], 
encryption=encryption)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/opt/stack/new/nova/nova/virt/libvirt/driver.py, line 1065, in attach_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] 
self._disconnect_volume(connection_info, disk_dev)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/usr/local/lib/python2.7/dist-packages/oslo_utils/excutils.py, line 85, in 
__exit__
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] six.reraise(self.type_, self.value, 
self.tb)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/opt/stack/new/nova/nova/virt/libvirt/driver.py, line 1052, in attach_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] encryptor.attach_volume(context, 
**encryption)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File 
/opt/stack/new/nova/nova/volume/encryptors/cryptsetup.py, line 86, in 
attach_volume
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46] self._open_volume(passphrase, 
**kwargs)
  2015-03-27 18:03:07.990 29082 TRACE nova.compute.manager [instance: 
a2cccacf-2876-4e94-94e0-dbb3fbf51c46]   File