Description of problem:
the following error always appears when working with block devices:
6ead78b4-0de5-4a17-a80e-0039424076e1::WARNING::2012-11-21 19:12:32,650::blockVolume::105::Storage.Volume::(getVSize) Could not get size for vol 2365904d-f60b-4
6ee-8276-63a272a8b25e/421a7838-4cf1-43df-a36a-08397e50bf47 using optimized methods
Traceback (most recent call last):
File "/usr/share/vdsm/storage/blockVolume.py", line 97, in getVSize
return _getDeviceSize(lvm.lvPath(sdobj.sdUUID, volUUID)) / bs
File "/usr/share/vdsm/storage/blockVolume.py", line 68, in _getDeviceSize
with open(devPath, "rb") as f:
IOError: [Errno 2] No such file or directory: '/dev/2365904d-f60b-46ee-8276-63a272a8b25e/421a7838-4cf1-43df-a36a-08397e50bf47'
this has no real affect.
Description of problem: the following error always appears when working with block devices: 6ead78b4-0de5-4a17-a80e-0039424076e1::WARNING::2012-11-21 19:12:32,650::blockVolume::105::Storage.Volume::(getVSize) Could not get size for vol 2365904d-f60b-4 6ee-8276-63a272a8b25e/421a7838-4cf1-43df-a36a-08397e50bf47 using optimized methods Traceback (most recent call last): File "/usr/share/vdsm/storage/blockVolume.py", line 97, in getVSize return _getDeviceSize(lvm.lvPath(sdobj.sdUUID, volUUID)) / bs File "/usr/share/vdsm/storage/blockVolume.py", line 68, in _getDeviceSize with open(devPath, "rb") as f: IOError: [Errno 2] No such file or directory: '/dev/2365904d-f60b-46ee-8276-63a272a8b25e/421a7838-4cf1-43df-a36a-08397e50bf47' this has no real affect.