Skip to content

Commit

Permalink
Remove image import staging
Browse files Browse the repository at this point in the history
In the current implemenation this is causing pods to
get stuck in pending. Remove until we can implement
correctly after the following merges.

openstack-k8s-operators/glance-operator#352

Signed-off-by: John Fulton <[email protected]>
  • Loading branch information
fultonj committed Oct 31, 2023
1 parent d850cf2 commit 228c7a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
19 changes: 0 additions & 19 deletions validated_arch_1/stage6/image_conversion_pvc.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions validated_arch_1/stage6/openstackcontrolplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -393,14 +393,7 @@ spec:
sources:
- secret:
name: ceph-conf-files
- name: image-import-staging
persistentVolumeClaim:
claimName: image-import-staging
readOnly: false
mounts:
- name: ceph
mountPath: /etc/ceph
readOnly: true
- name: image-import-staging
mountPath: /var/lib/glance/os_glance_staging_store/
readOnly: false

0 comments on commit 228c7a3

Please sign in to comment.