Skip to content

Commit

Permalink
commands/daemon.start: drop shiftfs.enable config
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Nov 17, 2023
1 parent d4a3c10 commit 04091ed
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions snapcraft/commands/daemon.start
Original file line number Diff line number Diff line change
Expand Up @@ -456,18 +456,6 @@ fi
echo "==> Exposing LXD documentation"
export LXD_DOCUMENTATION="${SNAP_CURRENT}/share/lxd-documentation"

# Setup shiftfs
if [ "${shiftfs_enable:-"auto"}" = "auto" ]; then
echo "==> Disabling shiftfs on this kernel (auto)"
shiftfs_enable="false"
elif [ "${shiftfs_enable:-"auto"}" = "false" ]; then
echo "==> Disabling shiftfs at user request"
fi

if [ "${shiftfs_enable:-"auto"}" = "false" ]; then
export LXD_SHIFTFS_DISABLE=true
fi

# LXC
## Host specific overrides
mkdir -p "${SNAP_COMMON}/lxc"
Expand Down

0 comments on commit 04091ed

Please sign in to comment.