Forums

Home / Forums

You need to log in to create posts and topics. Login · Register

45 Drives version upgrade

We have a 6 node PetaSAN cluster using 45drives hardware.
When we have performed updates in the past, we have our apt source list pointed at http://archive.petasan.org/repo_45drives

I notice in that directory is a petasan3.0.0-upgrade.tar.gz file, should I use this version to update a 45drives based cluster? Will it then update me to 3.0.2?

Should I wait until a 45drives specific version is available?

Looking on 45drives website they only discuss upgrades in the 2.x.x versions and don't mention 3 at all.

Thanks,
Neil

It is like our online upgrade guide but chnage the repository name from repo to repo_45drives

4. Upgrading from PetaSAN 2.8.X to PetaSAN 3.0.0
wget http://archive.petasan.org/repo_45drives/petasan3.0.0-upgrade.tar.gz
tar xvf petasan3.0.0-upgrade.tar.gz
cd petasan3.0.0-upgrade
./upgrade.sh

5. Upgrading from PetaSAN 3.0.0 and above
/opt/petasan/scripts/online-updates/update.sh

Thank you!