Skip to content

Commit

Permalink
Merge pull request #123 from canonical/bug/122
Browse files Browse the repository at this point in the history
Replace symlink with bind-mount for default ceph directories
  • Loading branch information
sabaini authored Apr 16, 2023
2 parents ec95dcb + 318188c commit dfece8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ layout:
/usr/lib/$CRAFT_ARCH_TRIPLET/rados-classes:
symlink: $SNAP/lib/$CRAFT_ARCH_TRIPLET/rados-classes
/etc/ceph:
symlink: $SNAP_DATA/conf
bind: $SNAP_DATA/conf
/usr/share/ceph:
symlink: $SNAP/share/ceph
bind: $SNAP/share/ceph
/var/lib/ceph:
symlink: $SNAP_COMMON/data
bind: $SNAP_COMMON/data
/var/log/ceph:
symlink: $SNAP_COMMON/logs
bind: $SNAP_COMMON/logs

apps:
# Service
Expand Down

0 comments on commit dfece8b

Please sign in to comment.