RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 835941 - 3.1 - [Storage] Can not preview snapshot on VM that was created from template.
Summary: 3.1 - [Storage] Can not preview snapshot on VM that was created from template.
Keywords:
Status: CLOSED WORKSFORME
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: vdsm
Version: 6.3
Hardware: Unspecified
OS: Unspecified
high
unspecified
Target Milestone: rc
: ---
Assignee: Eduardo Warszawski
QA Contact: Haim
URL:
Whiteboard: Storage
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-27 15:13 UTC by Leonid Natapov
Modified: 2014-07-01 12:00 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-07-11 12:42:12 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
log file (761.52 KB, application/octet-stream)
2012-06-27 15:13 UTC, Leonid Natapov
no flags Details

Description Leonid Natapov 2012-06-27 15:13:12 UTC
Created attachment 594814 [details]
log file

[Storage] Can not preview snapshot on VM that was created from template.
------------


How to reproduce:
1.Create VM.
2.Create template from VM.
3.Create VM from template.
4.Create snapshot.
5.Preview snapshot.

full vdsm.log attached.

Thread-77024::WARNING::2012-06-27 17:59:45,555::blockVolume::101::Storage.Volume::(getVSize) Could not get size for vol 531bbdd0-1247-4320-992f-3e7b63deff72/
82456e2c-ba6e-4872-90ec-56fd61e2f7d8 using optimized methods
Traceback (most recent call last):
  File "/usr/share/vdsm/storage/blockVolume.py", line 93, in getVSize
    return _getDeviceSize(lvm.lvPath(sdobj.sdUUID, volUUID)) / bs
  File "/usr/share/vdsm/storage/blockVolume.py", line 64, in _getDeviceSize
    with open(devPath, "rb") as f:
IOError: [Errno 2] No such file or directory: '/dev/531bbdd0-1247-4320-992f-3e7b63deff72/82456e2c-ba6e-4872-90ec-56fd61e2f7d8'
Thread-77024::WARNING::2012-06-27 17:59:45,555::blockVolume::101::Storage.Volume::(getVSize) Could not get size for vol 531bbdd0-1247-4320-992f-3e7b63deff72/
82456e2c-ba6e-4872-90ec-56fd61e2f7d8 using optimized methods
Traceback (most recent call last):
  File "/usr/share/vdsm/storage/blockVolume.py", line 93, in getVSize
    return _getDeviceSize(lvm.lvPath(sdobj.sdUUID, volUUID)) / bs
  File "/usr/share/vdsm/storage/blockVolume.py", line 64, in _getDeviceSize
    with open(devPath, "rb") as f:
IOError: [Errno 2] No such file or directory: '/dev/531bbdd0-1247-4320-992f-3e7b63deff72/82456e2c-ba6e-4872-90ec-56fd61e2f7d8'
Thread-77024::DEBUG::2012-06-27 17:59:45,556::__init__::1164::Storage.Misc.excCmd::(_log) '/bin/dd iflag=direct skip=25 bs=512 if=/dev/531bbdd0-1247-4320-992

Comment 2 Eduardo Warszawski 2012-07-11 12:42:12 UTC
There are no traces of the problem descripted in the provided log.
In addition the bug is not reproducible by the reporter.


Note You need to log in before you can comment on or make changes to this bug.