-
Notifications
You must be signed in to change notification settings - Fork 168
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
Add a note about best practice for choice of a backup store. #780
Add a note about best practice for choice of a backup store. #780
Conversation
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.
Let me know if the changes work.
✅ Deploy Preview for longhornio ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
LGTM. Thanks!
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.
LGTM as is.
My soft preference would be for some context around this (especially since I'm not 100% sure myself why we're making the recommendation. I'm assuming it's primarily because our ability to get NFS to "just work" is limited, but we generally have no issues with S3?
bf3c71c
83c1182
to
bf3c71c
Compare
Agreed, @ejweber, I concede that NFS and CIFS stores are more likely to have issues with mounting and general reliability. I'm not sure whether we wanted to stress it to that degree, so I just left it as is. |
bf3c71c
to
1d374d0
Compare
content/docs/1.4.0/best-practices.md
Outdated
@@ -94,7 +94,7 @@ If you're using `ext4` as the filesystem of the volume, we recommend adding a li | |||
|
|||
## Volume Maintenance | |||
|
|||
We highly recommend using the built-in backup feature of Longhorn. | |||
Using Longhorn's built-in backup feature is highly recommended. You can save backups to an object store (such as S3 and Azure), an NFS server, or an SMB or CIFS server. Saving to an object store is preferable. |
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.
Saving to an object store is preferable.
It would be nice if you could comment on the advantages of using an object store.
Adding the statement to https://longhorn.io/docs/1.5.2/snapshots-and-backups/backup-and-restore/ is appreciated.
ed5a8fb
1d374d0
to
ed5a8fb
Compare
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.
Looks good overall. I just made a few minor changes.
1737a48
to
8a46593
Compare
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.
LGTM
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.
LGTM, but please resolve @derekbit feedback first before merging this PR. Thanks.
8a46593
to
fae898a
Compare
Done, and all the commits have been squashed. This is ready for merge. |
Propagate to all 1.[456].x docs Signed-off-by: James Munson <[email protected]>
fae898a
to
ccb8862
Compare
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.
This is best practice exactly.
However we can briefly explain why hosted dependent solutions (NFS/CIFS) is not best.
Proposed addition to address longhorn/longhorn#6773.
When this is acceptable, I will duplicate it to all current releases.