mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #31805 from john5223/develop
Include btrfs as specialFS to match on name for set_fstab
This commit is contained in:
commit
4147ff2599
@ -424,7 +424,8 @@ def set_fstab(
|
||||
'debugfs',
|
||||
'securityfs',
|
||||
'devtmpfs',
|
||||
'cgroup'])
|
||||
'cgroup',
|
||||
'btrfs'])
|
||||
|
||||
if fstype in specialFSes:
|
||||
match_on = ['name']
|
||||
|
Loading…
Reference in New Issue
Block a user