Skip to content

Instantly share code, notes, and snippets.

Created January 9, 2014 21:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/2d8263506c7d9787c20f to your computer and use it in GitHub Desktop.
Save anonymous/2d8263506c7d9787c20f to your computer and use it in GitHub Desktop.
ERROR cinder.openstack.common.periodic_task [-] Error during VolumeManager._report_driver_status: Unexpected error while running command.
Command: sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C LANG=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix cinder-volumes1
Exit code: 5
Stdout: ''
Stderr: ' Volume group "cinder-volumes1" not found\n'
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task Traceback (most recent call last):
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task File "/usr/lib/python2.7/dist-packages/cinder/openstack/common/periodic_task.py", line 180, in run_periodic_tasks
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task task(self, context)
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task File "/usr/lib/python2.7/dist-packages/cinder/volume/manager.py", line 807, in _report_driver_status
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task volume_stats = self.driver.get_volume_stats(refresh=True)
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task File "/usr/lib/python2.7/dist-packages/cinder/volume/drivers/lvm.py", line 343, in get_volume_stats
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task self._update_volume_stats()
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task File "/usr/lib/python2.7/dist-packages/cinder/volume/drivers/lvm.py", line 356, in _update_volume_stats
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task self.vg.update_volume_group_info()
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task File "/usr/lib/python2.7/dist-packages/cinder/brick/local_dev/lvm.py", line 290, in update_volume_group_info
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task vg_list = self.get_all_volume_groups(self._root_helper, self.vg_name)
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task File "/usr/lib/python2.7/dist-packages/cinder/brick/local_dev/lvm.py", line 266, in get_all_volume_groups
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task run_as_root=True)
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task File "/usr/lib/python2.7/dist-packages/cinder/openstack/common/processutils.py", line 173, in execute
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task cmd=' '.join(cmd))
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task ProcessExecutionError: Unexpected error while running command.
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task Command: sudo cinder-rootwrap /etc/cinder/rootwrap.conf env LC_ALL=C LANG=C vgs --noheadings --unit=g -o name,size,free,lv_count,uuid --separator : --nosuffix cinder-volumes1
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task Exit code: 5
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task Stdout: ''
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task Stderr: ' Volume group "cinder-volumes1" not found\n'
2014-01-09 21:37:15.423 3985 TRACE cinder.openstack.common.periodic_task
2014-01-09 21:38:15.435 3985 INFO cinder.volume.manager [-] Updating volume status
2014-01-09 21:39:15.521 3985 INFO cinder.volume.manager [-] Updating volume status
2014-01-09 21:40:15.579 3985 INFO cinder.volume.manager [-] Updating volume status
2014-01-09 21:41:15.646 3985 INFO cinder.volume.manager [-] Updating volume status
2014-01-09 21:42:15.716 3985 INFO cinder.volume.manager [-] Updating volume status
root@block1:~#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment