Skip to content

Commit

Permalink
Add interfacs: rbd kernel module and support
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Sabaini <[email protected]>
  • Loading branch information
sabaini committed Aug 28, 2024
1 parent 2d07d2f commit ef74303
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ description: |-
confinement: strict

plugs:
load-rbd:
interface: kernel-module-load
modules:
- name: rbd
load: on-boot

slots:
ceph-conf:
interface: content
Expand Down Expand Up @@ -47,6 +54,7 @@ apps:
- mount-observe
- network
- network-bind
- microceph-support
slots:
- microceph
mds:
Expand Down Expand Up @@ -84,6 +92,7 @@ apps:
- hardware-observe
- network
- network-bind
- microceph-support

rgw:
command: commands/rgw.start
Expand Down Expand Up @@ -115,6 +124,7 @@ apps:
command: commands/rbd
plugs:
- network
- microceph-support
rados:
command: commands/rados
plugs:
Expand Down

0 comments on commit ef74303

Please sign in to comment.