Uploading and Deleting Software Images Fails
Problem
You are unable to upload or delete software images from the Software Images page.
Cause
Ceph storage is full.
Solution
Increase the storage limit so that you can upload or delete software images from the Software Images page.
To modify the storage limit:
Log in to the primary node of your Kubernetes cluster.
Increase the storage limit.
Run the following command to edit the storage configuration:
kubectl edit -n rook-ceph cephobjectstore object-store
Navigate to spec > dataPool > quotas to modify the maxSize parameter.
spec: dataPool: quotas: maxSize: <new-size>
Change the maxSize to the desired value. For example, you can increase the default storage value (16 Gi) to 24 Gi.
Restart the service to push the new configuration by executing the following command:
kubectl rollout restart deployment rook-ceph-rgw-object-store-a -n rook-ceph
Note: You might experience a downtime of 2 to 3 minutes.