-
Notifications
You must be signed in to change notification settings - Fork 554
New issue
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
added precisions about snapshotting #1536
Conversation
d965f7c
to
160abed
Compare
docs/cephfs-snap-clone.md
Outdated
@@ -35,6 +35,7 @@ kubectl create -f ../examples/cephfs/snapshotclass.yaml | |||
|
|||
The snapshot is created on/for an existing PVC. You should | |||
have a PVC in bound state before creating snapshot from it. | |||
It is recommended to create a snapshot only when the PV is not in use. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you also need to add it for clone also. same applies for rbd also
It is recommended to create a snapshot only when the PV is not in use. | |
It is recommended to create a volume snapshot/PVC clone only when the PVC is not in use. |
CI failure error. https://github.com/ceph/ceph-csi/blob/master/docs/development-guide.md#running-ceph-csi-tests-in-a-container will help you to test it locally |
Please note that there is a commitlint check (part of continuous-integration/travis-ci/pr) that requires proper formatted commit messages. Please create a single commit (use You can also run ci/centos jobs (or a standalone commitlint) by leaving a comment like:
|
/retest commitlint |
90a3599
to
9bcc606
Compare
docs/cephfs-snap-clone.md
Outdated
@@ -35,6 +35,8 @@ kubectl create -f ../examples/cephfs/snapshotclass.yaml | |||
|
|||
The snapshot is created on/for an existing PVC. You should | |||
have a PVC in bound state before creating snapshot from it. | |||
It is recommended to create a volume snapshot or a PVCclone |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PVC clone
Thanks for the updated PR! Just one space needed between |
Sorry it took so long to get it right guys |
Not at all a problem. the ceph-csi team will always be happy to help users |
Signed-off-by: Jeremy Facchetti <[email protected]>
218cebf
to
af5eefd
Compare
I have restarted the Travis CI |
Thanks @facchettos 👍 |
Describe what this PR does
added precisions about snapshotting
#Provide any external context for the change, if any.
provides some precisions about best practices for snapshotting as given in ceph docs and kuebernetes docs
Related issues
Closes: #1532