This bug has been migrated to another issue tracking site. It has been closed here and may no longer be being monitored.

If you would like to get updates for this issue, or to participate in it, you may do so at Red Hat Issue Tracker .
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 1851348 - RFE for fstab: optional LABEL setting instead of UUID
Summary: RFE for fstab: optional LABEL setting instead of UUID
Keywords:
Status: CLOSED MIGRATED
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: python-blivet
Version: 8.4
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: 8.0
Assignee: Jan
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks: 1886942
TreeView+ depends on / blocked
 
Reported: 2020-06-26 09:37 UTC by Josef Kubin
Modified: 2023-10-06 20:52 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 1886942 (view as bug list)
Environment:
Last Closed: 2023-09-23 12:31:37 UTC
Type: Story
Target Upstream Version:
Embargoed:
pm-rhel: mirror+


Attachments (Terms of Use)
kickstart, which mimics the required output using %post (8.51 KB, text/plain)
2020-06-26 09:37 UTC, Josef Kubin
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Github storaged-project blivet issues 828 0 None open Add support for parsing the file `/etc/fstab` 2023-02-10 12:39:26 UTC
Red Hat Issue Tracker   RHEL-8024 0 None Migrated None 2023-09-23 12:31:31 UTC

Description Josef Kubin 2020-06-26 09:37:41 UTC
Created attachment 1698905 [details]
kickstart, which mimics the required output using %post

Description of problem:

excerpt from /etc/fstab

1) RFE: UUID ---> LABEL

kickstart produces:

UUID=50919ce6-fe11-4bfb-a859-4ce0df24c427 /boot  ext4  defaults  1 2

desired output:

LABEL=/boot        /boot            ext4    defaults        1 2

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

2) RFE: "fifth (fs_freq) and sixth field (fs_passno) settings"

kickstart produces:

UUID=d755ae3f-46d1-47de-bc17-23923e2ab12a /data/01  xfs  defaults,noatime 0 0

desired output:

/dev/sdb1    /data/01  xfs  defaults,noatime 1 2

Comment 3 Josef Kubin 2020-06-26 10:08:06 UTC
~]$ cat current_fstab 
#
# /etc/fstab
# Created by anaconda on Sun Jun 14 20:09:39 2020
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/vg00-lv_root /                       xfs     defaults        0 0
UUID=50919ce6-fe11-4bfb-a859-4ce0df24c427 /boot                   ext4    defaults        1 2
UUID=d755ae3f-46d1-47de-bc17-23923e2ab12a /data/01                xfs     defaults,noatime 0 0
UUID=8f9ffcc0-ba3e-41eb-817a-8bf0d502f1da /data/02                xfs     defaults,noatime 0 0
UUID=7f74af04-6897-44ad-a0c6-e8aed9ba539d /data/03                xfs     defaults,noatime 0 0
/dev/mapper/vg00-lv_home /home                   xfs     defaults        0 0
/dev/mapper/vg00-lv_install /install                xfs     defaults        0 0
/dev/mapper/vg00-lv_opt /opt                    xfs     defaults        0 0
UUID=2a97dc9d-b071-4941-9965-b63613d76d0e /softos                 ext4    defaults        1 2
UUID=7d0f3193-3198-40b1-bf29-779fcfd3ac2b /sos                    ext4    defaults        1 2
/dev/mapper/vg00-lv_tmp /tmp                    xfs     defaults        0 0
/dev/mapper/vg00-lv_usr /usr                    xfs     defaults        0 0
/dev/mapper/vg00-lv_var /var                    xfs     defaults        0 0
/dev/mapper/vg00-lv_swap swap                    swap    defaults        0 0
UUID=94342920-69e8-4b8e-b9c1-4374a5cfe989 swap                    swap    defaults        0 0


~]$ cat desired_fstab 

#
# /etc/fstab
# Created by anaconda on Tue Jun  9 08:46:14 2020
#
# Accessible filesystems, by reference, are maintained under '/dev/disk'
# See man pages fstab(5), findfs(8), mount(8) and/or blkid(8) for more info
#
/dev/mapper/vg00-lv_root /                       xfs     defaults        0 0
/dev/mapper/vg00-lv_home /home                   xfs     defaults        0 0
/dev/mapper/vg00-lv_install /install                xfs     defaults        0 0
/dev/mapper/vg00-lv_opt /opt                    xfs     defaults        0 0
/dev/mapper/vg00-lv_tmp /tmp                    xfs     defaults        0 0
/dev/mapper/vg00-lv_usr /usr                    xfs     defaults        0 0
/dev/mapper/vg00-lv_var /var                    xfs     defaults        0 0
/dev/mapper/vg00-lv_swap swap                    swap    defaults        0 0
LABEL=/boot        /boot            ext4    defaults        1 2
LABEL=/softos      /softos          ext4    defaults        1 2
LABEL=/sos         /sos             ext4    defaults        1 2
LABEL=SWAP-default swap             swap    defaults        0 0
/dev/sdb1	/data/01	xfs	defaults,noatime	1 2
/dev/sdc1	/data/02	xfs	defaults,noatime	1 2
/dev/sdd1 	/data/03	xfs	defaults,noatime	1 2

Comment 4 Vendula Poncova 2020-06-26 10:34:17 UTC
Anaconda calls Blivet's property fstab_spec to get a device specification for /etc/fstab. Reassigning to Blivet.

Comment 19 RHEL Program Management 2023-09-23 12:28:38 UTC
Issue migration from Bugzilla to Jira is in process at this time. This will be the last message in Jira copied from the Bugzilla bug.

Comment 20 RHEL Program Management 2023-09-23 12:31:37 UTC
This BZ has been automatically migrated to the issues.redhat.com Red Hat Issue Tracker. All future work related to this report will be managed there.

Due to differences in account names between systems, some fields were not replicated.  Be sure to add yourself to Jira issue's "Watchers" field to continue receiving updates and add others to the "Need Info From" field to continue requesting information.

To find the migrated issue, look in the "Links" section for a direct link to the new issue location. The issue key will have an icon of 2 footprints next to it, and begin with "RHEL-" followed by an integer.  You can also find this issue by visiting https://issues.redhat.com/issues/?jql= and searching the "Bugzilla Bug" field for this BZ's number, e.g. a search like:

"Bugzilla Bug" = 1234567

In the event you have trouble locating or viewing this issue, you can file an issue by sending mail to rh-issues. You can also visit https://access.redhat.com/articles/7032570 for general account information.


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