Skip to content

Commit

Permalink
small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
hgeaydem committed Jan 20, 2023
1 parent fd9302c commit 253de34
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion files/ceph-imgreg-pvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ spec:
- ReadWriteMany
resources:
requests:
storage: 200Gi
storage: 100Gi

4 changes: 4 additions & 0 deletions files/storage-cluster-lite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ kind: StorageCluster
metadata:
name: ocs-storagecluster
namespace: openshift-storage
annotations:
cluster.ocs.openshift.io/local-devices: "true"
uninstall.ocs.openshift.io/cleanup-policy: delete
uninstall.ocs.openshift.io/mode: graceful
spec:
resources:
mon:
Expand Down
2 changes: 2 additions & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,12 @@
namespace: openshift-image-registry
name: image-registry-storage
state: absent
when: ocp4_aio_deploy_nfs

- name: Wait for image registry to stabilise on OCS
pause:
minutes: 3
when: ocp4_aio_deploy_nfs

- name: Enable Ceph Tools pod for troubleshooting
ansible.builtin.command: >
Expand Down

0 comments on commit 253de34

Please sign in to comment.