Bug 1895863
Summary: | Host deactivation causes vdsm.error Removing VG mapping failed (HE setup with iscsi/FC HostedStorage) | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [oVirt] ovirt-hosted-engine-ha | Reporter: | Polina <pagranat> | ||||||
Component: | Agent | Assignee: | Asaf Rachmani <arachman> | ||||||
Status: | CLOSED UPSTREAM | QA Contact: | Polina <pagranat> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | --- | CC: | ahadas, bugs, michal.skrivanek | ||||||
Target Milestone: | --- | Flags: | sbonazzo:
ovirt-4.5-
|
||||||
Target Release: | --- | ||||||||
Hardware: | x86_64 | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2022-07-22 15:01:00 UTC | Type: | Bug | ||||||
Regression: | --- | Mount Type: | --- | ||||||
Documentation: | --- | CRM: | |||||||
Verified Versions: | Category: | --- | |||||||
oVirt Team: | Integration | RHEL 7.3 requirements from Atomic Host: | |||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||
Embargoed: | |||||||||
Attachments: |
|
Description
Polina
2020-11-09 10:07:42 UTC
Not sure it's an agent-related problem but that's what we suspect if this problem is hosted-engine specific *** Bug 1895883 has been marked as a duplicate of this bug. *** Polina, can you please share the ovirt-hosted-engine-ha log files? Created attachment 1786779 [details]
ovirt-hosted-engine-ha logs
provided ovirt-hosted-engine-ha logs
Polina, there were some changes in this area recently, can you please re-test this with the latest 4.5 builds? Hi Asaf, I checked now on 4.5 setup (vdsm-4.50.0.13-1.el8ev.x86_64, ovirt-engine-4.5.0.5-0.7.el8ev.noarch), HE on ISCSI SD. host deactivation causes the following in vdsm.log [root@oncilla04 vdsm]# tail -f vdsm.log |grep ERRO 2022-05-01 10:53:51,517+0300 ERROR (monitor/734e920) [storage.lvm] Removing VG mapping failed: Command ['/usr/sbin/dmsetup', 'remove', '734e920d--938f--42f5--b069--f65858e11e3b-53bfd425--5276--4da9--a5b1--23eb4d690f72'] failed with rc=1 out=b'' err=b'device-mapper: remove ioctl on 734e920d--938f--42f5--b069--f65858e11e3b-53bfd425--5276--4da9--a5b1--23eb4d690f72 failed: Device or resource busy\nCommand failed.\n' (lvm:1112) 2022-05-01 10:53:51,538+0300 ERROR (monitor/734e920) [storage.lvm] Removing VG mapping failed: Command ['/usr/sbin/dmsetup', 'remove', '734e920d--938f--42f5--b069--f65858e11e3b-05ff219b--81e5--4c86--b5c5--b137b6968f12'] failed with rc=1 out=b'' err=b'device-mapper: remove ioctl on 734e920d--938f--42f5--b069--f65858e11e3b-05ff219b--81e5--4c86--b5c5--b137b6968f12 failed: Device or resource busy\nCommand failed.\n' (lvm:1112) 2022-05-01 10:57:36,384+0300 ERROR (jsonrpc/3) [storage.volumemanifest] Internal block device read failure: 'name=/dev/734e920d-938f-42f5-b069-f65858e11e3b/metadata, offset=1114112, size=512' (blockVolume:103) 2022-05-01 10:57:36,533+0300 ERROR (jsonrpc/6) [storage.volumemanifest] Internal block device read failure: 'name=/dev/734e920d-938f-42f5-b069-f65858e11e3b/metadata, offset=1089536, size=512' (blockVolume:103) 2022-05-01 10:57:36,533+0300 ERROR (jsonrpc/6) [storage.taskmanager.task] (Task='ef55bdff-51e3-4aa1-a9d6-37205fc473d6') Unexpected error (task:877) 2022-05-01 10:57:36,534+0300 ERROR (jsonrpc/6) [storage.dispatcher] FINISH prepareImage error=Error while processing volume meta data: ("('734e920d-938f-42f5-b069-f65858e11e3b', 5): Internal block device read failure: 'name=/dev/734e920d-938f-42f5-b069-f65858e11e3b/metadata, offset=1089536, size=512'",) (dispatcher:83) Moved to GitHub https://github.com/oVirt/ovirt-hosted-engine-ha/issues/19 |