Skip to content

Commit

Permalink
uek-rpm: config: enable XFS Realtime subvolume support by default
Browse files Browse the repository at this point in the history
Orabug: 27548835

The feature can be tested by:
mkfs.xfs -f -r rtdev=/dev/sdX /dev/sdY
mount -t xfs -o rtdev=/dev/sdX /dev/sdY $mnt_pnt
xfs_io -f -R -c "pwrite 0 256M" $mnt_pnt/rtdata

Signed-off-by: Shan Hai <[email protected]>
Reviewed by: Victor Erminpour <[email protected]>
Reviewed-by: Tom Saeger <[email protected]>

Signed-off-by: Somasundaram Krishnasamy <[email protected]>
  • Loading branch information
Shan Hai authored and Somasundaram Krishnasamy committed Mar 2, 2018
1 parent cae667c commit 160468c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion uek-rpm/ol7/config-aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -6688,7 +6688,7 @@ CONFIG_JFS_SECURITY=y
CONFIG_XFS_FS=m
CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
CONFIG_XFS_RT=y
# CONFIG_XFS_WARN is not set
# CONFIG_XFS_DEBUG is not set
CONFIG_GFS2_FS=m
Expand Down
2 changes: 1 addition & 1 deletion uek-rpm/ol7/config-aarch64-debug
Original file line number Diff line number Diff line change
Expand Up @@ -6688,7 +6688,7 @@ CONFIG_JFS_SECURITY=y
CONFIG_XFS_FS=m
CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
CONFIG_XFS_RT=y
# CONFIG_XFS_WARN is not set
# CONFIG_XFS_DEBUG is not set
CONFIG_GFS2_FS=m
Expand Down
2 changes: 1 addition & 1 deletion uek-rpm/ol7/config-x86_64
Original file line number Diff line number Diff line change
Expand Up @@ -6289,7 +6289,7 @@ CONFIG_FS_MBCACHE=m
CONFIG_XFS_FS=m
CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
CONFIG_XFS_RT=y
# CONFIG_XFS_WARN is not set
# CONFIG_XFS_DEBUG is not set
CONFIG_GFS2_FS=m
Expand Down
2 changes: 1 addition & 1 deletion uek-rpm/ol7/config-x86_64-debug
Original file line number Diff line number Diff line change
Expand Up @@ -6294,7 +6294,7 @@ CONFIG_FS_MBCACHE=m
CONFIG_XFS_FS=m
CONFIG_XFS_QUOTA=y
CONFIG_XFS_POSIX_ACL=y
# CONFIG_XFS_RT is not set
CONFIG_XFS_RT=y
CONFIG_XFS_DEBUG=y
CONFIG_XFS_ASSERT_FATAL=y
CONFIG_GFS2_FS=m
Expand Down

0 comments on commit 160468c

Please sign in to comment.