cluster api tests broken since no serials on vm disks
Description
Problem/Justification
None
Impact
None
Activity
Show:
Bug Clerk January 27, 2022 at 2:02 PM
Complete
Pinned fields
Click on the next to a field label to start pinning.
Details
Details
Assignee
Caleb
CalebReporter
Caleb
CalebLabels
Time remaining
0m
Components
Fix versions
Affects versions
Priority
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Katalon Platform
Linked Test Cases, Katalon Defect Results, Katalon Studio Test Results
Created January 27, 2022 at 1:56 PM
Updated July 1, 2022 at 5:54 PM
Resolved January 27, 2022 at 3:21 PM
With the addition of this PR: https://github.com/truenas/middleware/pull/8091 it now blocks the creation of zpools if "duplicate" serials are encountered for disks. The problem is that the cluster VMs are running in a KVM hypervisor and KVM doesn't provide disk serials by default. (Have to be specified by end-user).
The cluster VMs are used purely for cluster API tests so we'll ignore this warning and create the zpool by toggling the "allow_dupliate_serials" schema arg to True.