anaconda should use device uuid when setting up fstab

Bug #1260087 reported by Andrew Woodward
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Invalid
Medium
Vladimir Kozhukalov

Bug Description

Anaconda should be configured to save devices in fstab as UUID= instead off /dev/...

This is needed to support 3.x kernels property with out having to hack fstab by hand. Its also generally encouraged to prevent issues with device renaming.

Andrew Woodward (xarses)
Changed in fuel:
milestone: none → 4.1
Changed in fuel:
importance: Undecided → Medium
Changed in fuel:
assignee: nobody → Vladimir Kozhukalov (kozhukalov)
Revision history for this message
Vladimir Kozhukalov (kozhukalov) wrote :

This is the content of /etc/fstab from controller node
# cat /etc/fstab

#
# /etc/fstab
# Created by anaconda on Tue Feb 4 07:44:01 2014
#
# 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/os-root / ext4 defaults 1 1
UUID=892a93de-a8ea-429c-80de-28c770264284 /boot ext4 defaults 1 2
/dev/mapper/image-glance /var/lib/glance xfs defaults 1 2
/dev/mapper/os-swap swap swap defaults 0 0
tmpfs /dev/shm tmpfs defaults 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
sysfs /sys sysfs defaults 0 0
proc /proc proc defaults 0 0

Anaconda does use UUIDs in /etc/fstab. It uses /dev/... only for LVM

Changed in fuel:
status: New → Incomplete
Dmitry Pyzhov (dpyzhov)
Changed in fuel:
status: Incomplete → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.