Skip to content
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

RFE: usecase request (upgrade validation) #5

Open
amarts opened this issue Feb 17, 2021 · 0 comments
Open

RFE: usecase request (upgrade validation) #5

amarts opened this issue Feb 17, 2021 · 0 comments

Comments

@amarts
Copy link
Member

amarts commented Feb 17, 2021

Usecase: I need to be able to test upgrade from version a.b.c -> x.y.z

Recently we are hearing usecases from many users who have older versions, and want to seemlessly upgrade to higher version.

Just to make sure we are comfortable with this, we need a test case, which does below steps:

upgrade.t

BUILD v3.8.8 (should pick up the tag and build)
node1 INSTALL v3.8.8

install the specific version code.
... run volume create,  volume start, mount, and some basic I/O. ...

BUILD v7.7
node1 INSTALL v7.7
node4 INSTALL v7.7
...
restart the glusterd process.
restart volumes. (may be a `pkill gluster`, and `gluster volume start`)
check if the client mount still has access to the server.

Now, upgrade the cluster.op-version to a higher value, and see if the client still has access.
...

NOTE: above is a pseudo code, and actual implementations can differ!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant