Skip to content

add DISABLE_FSNODE_CHFLAGS to disable sunlink chflags on fsnode

chuck cranor requested to merge chuck/emulab-devel:disable_fsnode_chflags into master

Add new DISABLE_FSNODE_CHFLAGS config var. If set, do not try and protect critical emulab directories from accidental removal with "chflags sunlink" commands. This is for NFS servers that don't support chflags (example: fsnode is a netapp NAS box).

Merge request reports