Bug 1386732 - [scale] Unable to add more disks "VolumeCreationError: Error creating a new volume" (limit of ~1950 disks per SD)
Summary: [scale] Unable to add more disks "VolumeCreationError: Error creating a new v...
Keywords:
Status: CLOSED DEFERRED
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: vdsm
Version: 4.0.3
Hardware: All
OS: Linux
unspecified
high
Target Milestone: ---
: ---
Assignee: Nir Soffer
QA Contact: mlehrer
URL:
Whiteboard:
: 1373118 (view as bug list)
Depends On: 1373118 1432039
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-10-19 14:19 UTC by nijin ashok
Modified: 2022-04-21 06:44 UTC (History)
12 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 1373118
Environment:
Last Closed: 2018-08-06 08:43:10 UTC
oVirt Team: Storage
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1374545 0 urgent CLOSED Guest LVs created in ovirt raw volumes are auto activated on the hypervisor in RHEL 7 2021-06-10 11:42:20 UTC
Red Hat Issue Tracker RHV-45826 0 None None None 2022-04-21 06:44:37 UTC
oVirt gerrit 65649 0 None MERGED blockSD: Fix off-by-one error in slot allocation 2020-10-22 22:29:37 UTC
oVirt gerrit 65672 0 master ABANDONED blockSD: Extend leases volume if needed 2020-10-22 22:29:36 UTC

Internal Links: 1374545

Comment 3 Nir Soffer 2016-10-20 17:13:42 UTC
How to test:

1. Create 3 raw disks on block storage

Check the metadata slot mapping using:

$ lvs -o tags vgname | grep MD_
MD_4
MD_5
MD_6

2. Delete the disk using slot 6 (MD_6):

Verify that the MD_6 is not used:

$ lvs -o tags vgname | grep MD_
MD_4
MD_6

3. Create new disk

Verify that slot 6 is used by the new disk

$ lvs -o tags vgname | grep MD_
MD_4
MD_5
MD_6

Comment 7 Yaniv Kaul 2016-12-22 21:06:04 UTC
*** Bug 1373118 has been marked as a duplicate of this bug. ***

Comment 10 Nir Soffer 2018-01-07 16:49:41 UTC
Do we need to support more than 1948 lvs per vg?

Comment 11 Nir Soffer 2018-01-07 16:58:15 UTC
Because of bug 1432039, we disable refreshes for the leases volume. If we want to
make the leases volume extendable, we need to add a mechanism for refreshing it
when trying to access a lease after the end of the device. Same way we do for
the metadata volume now.

Adding this bug as dependency.


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