Skip to content

Commit

Permalink
manila default share type: enable snapshot extra spec
Browse files Browse the repository at this point in the history
The manila backends which are mainly targeted by deployment and testing
with ci-framework (cephfs, cephfs/NFS, netapp) do all support
snapshots.
Testing snapshots can always be disabled through tempest configuration.
So always define the extra spec for snapshot support in the default
share type.
  • Loading branch information
tosky authored and openshift-merge-bot[bot] committed Jun 18, 2024
1 parent 34d6998 commit e825c89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hooks/playbooks/manila_create_default_resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@
ansible.builtin.shell: |
oc -n {{ namespace }} exec -it pod/openstackclient \
-- openstack share type create default false
oc -n {{ namespace }} exec -it pod/openstackclient \
-- openstack share type set default --extra-specs snapshot_support=True

0 comments on commit e825c89

Please sign in to comment.