Bug 1876315
Summary: | storage: relabel doesn't support | |||
---|---|---|---|---|
Product: | Red Hat Enterprise Linux 8 | Reporter: | Zhang Yi <yizhan> | |
Component: | rhel-system-roles | Assignee: | Rich Megginson <rmeggins> | |
Status: | CLOSED ERRATA | QA Contact: | ChanghuiZhong <czhong> | |
Severity: | unspecified | Docs Contact: | Eliane Ramos Pereira <elpereir> | |
Priority: | high | |||
Version: | 8.3 | CC: | czhong, djez, dlehman, elpereir, japokorn, lilin, nhosoi, pokorny_jan, rmeggins | |
Target Milestone: | rc | Keywords: | Triaged | |
Target Release: | 8.5 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | role:storage | |||
Fixed In Version: | rhel-system-roles-1.4.2-1.el8 | Doc Type: | Enhancement | |
Doc Text: |
.The `storage` RHEL System Role now supports `filesystem` relabel
Previously, the `storage` role did not support relabelling. This update fixes the issue, providing support to relabel the `filesystem` label. To do this, set a new label string to the `fs_label` parameter in `storage_volumes`.
|
Story Points: | --- | |
Clone Of: | ||||
: | 1982841 (view as bug list) | Environment: | ||
Last Closed: | 2021-11-09 17:44:38 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1982841 |
Description
Zhang Yi
2020-09-07 04:33:18 UTC
@japokorn is there a PR for this? @japokorn Is this fixed by https://github.com/linux-system-roles/storage/pull/185 ? @rmeggins Yes. The test case "tests_volume_relabel.yml" executed successfully without error, /dev/sdd: LABEL="label" UUID="36a1d483-a9a5-4f88-bd17-71e34f7c09eb" BLOCK_SIZE="4096" TYPE="ext4" /dev/sdd: LABEL="relabel" UUID="36a1d483-a9a5-4f88-bd17-71e34f7c09eb" BLOCK_SIZE="4096" TYPE="ext4" # rpm -qa | grep rhel-system-roles rhel-system-roles-1.4.2-1.el8.noarch Setting to verified:tested test pass with rhel-system-roles-1.4.2-1.el8 /dev/sdd: LABEL="label" UUID="e65fd093-1a21-4807-b64a-82c8476f883e" BLOCK_SIZE="4096" TYPE="ext4" /dev/sdd: LABEL="relabel" UUID="e65fd093-1a21-4807-b64a-82c8476f883e" BLOCK_SIZE="4096" TYPE="ext4 # rpm -qa | grep rhel-system-roles rhel-system-roles-1.4.2-1.el8.noarch Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (rhel-system-roles bug fix and enhancement update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2021:4159 The needinfo request[s] on this closed bug have been removed as they have been unresolved for 500 days |