We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello how do I resize an active pvc in v2.4.1 ? 👀
pvc
I use lvs to create lvn-thin pools for linstor on my nodes. My storage-class name is hdd-pool-dev and it uses 2 replicas.
lvs
lvn-thin
linstor
storage-class
hdd-pool-dev
Now I have mysql which is provided with a pvc from the hdd-pool-dev. Say pvc size is 1Gi. How do I grow and shrink the size?
mysql
Maybe documentation question, but needs to be covered 🙄
The text was updated successfully, but these errors were encountered:
You resize a PVC by updating the requested size. See https://kubernetes.io/docs/concepts/storage/persistent-volumes/#expanding-persistent-volumes-claims
Note that you can only grow a PVC, shrinking is not supported.
Sorry, something went wrong.
No branches or pull requests
Hello how do I resize an active
pvc
in v2.4.1 ? 👀I use
lvs
to createlvn-thin
pools forlinstor
on my nodes. Mystorage-class
name ishdd-pool-dev
and it uses 2 replicas.Now I have
mysql
which is provided with apvc
from thehdd-pool-dev
. Saypvc
size is 1Gi. How do I grow and shrink the size?Maybe documentation question, but needs to be covered 🙄
The text was updated successfully, but these errors were encountered: