-
Notifications
You must be signed in to change notification settings - Fork 279
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 upgrade guide for release-8 #565
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.
There were things which were missed to be updated in the past. I think its better to get them fixed. So it will reduce the incoming issues with upgrade for us. I have pointed out such changes. Do let me kow you thoughts
b0dd79f
to
1c6bc61
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.
Please do verify the other reference to upgrading from 3.12 are removed.
|
||
2. Make sure you are not using any of the following depricated features : | ||
|
||
- Block device (bd) xlator |
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.
These options can be merged with the above options mentioned as deprecated in line 16.
|
||
To check if these options are set use, | ||
|
||
```console |
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.
These steps mentioned here and in the link provided below is a little confusing.
docs/Upgrade-Guide/README.md
Outdated
@@ -4,6 +4,7 @@ Upgrading GlusterFS | |||
|
|||
If you are using GlusterFS version 3.10.x or above, you can upgrade it to the following: |
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.
please remove reference to 3.x here and in the other places of this file as well.
As per the discussion we decided to handle the reference to ./upgrade_to_4.1.md being changed as per the release-8 in a separate patch. The other issue is tracked along with #566. |
Signed-off-by: Rinku Kothiya <rkothiya@redhat.com>
1c6bc61
to
2eb234b
Compare
Signed-off-by: Rinku Kothiya rkothiya@redhat.com