Skip to content

Commit

Permalink
Update 230_filesystem_layout.sh
Browse files Browse the repository at this point in the history
Fixed typo in issue reference in comment
and provide it as directly usabel full URL
( '#1345' -> '#1435' )
  • Loading branch information
jsmeix committed Jul 31, 2017
1 parent bc2ffe3 commit ab5a3c8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions usr/share/rear/layout/save/GNU/Linux/230_filesystem_layout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,11 @@ read_filesystems_command="$read_filesystems_command | sort -t ' ' -k 1,1 -u"
snapper_base_subvolume="@/.snapshots"
#
# Exclude usual snapshot subvolumes and subvolumes that belong to snapper.
# WARNING: When SLES12 SP1 (or above) is setup to use btrfs without snapshots
# When SLES12 SP1 (or later) is setup to use btrfs without snapshots
# $snapshot_subvolumes_pattern variable will be empty. This special case
# must be handled properly when setting up $subvolumes_exclude_pattern variable
# or the ReaR may failed recreating btrfs subvolume during recovery. (see #1345)
# must be handled properly when setting up $subvolumes_exclude_pattern
# otherwise ReaR would not recreate the btrfs subvolumes during recovery
# (see https://github.com/rear/rear/pull/1435):
if [[ -z $snapshot_subvolumes_pattern ]]; then
subvolumes_exclude_pattern=$snapper_base_subvolume
else
Expand Down

0 comments on commit ab5a3c8

Please sign in to comment.