Upgrading Longhorn Manager

Upgrading from v1.5.x (< v1.5.1) or v1.4.x

We only support upgrading to v1.5.1 from v1.4.x. For other versions, please upgrade to v1.4.x first.

Engine live upgrade is supported from v1.4.x to v1.5.1.

For airgap upgrades when Longhorn is installed as a Rancher app, you will need to modify the image names and remove the registry URL part.

For example, the image registry.example.com/longhorn/longhorn-manager:v1.5.1 is changed to longhorn/longhorn-manager:v1.5.1 in Longhorn images section. For more information, see the air gap installation steps here.

Preparing for the Upgrade

If Longhorn was installed using a Helm Chart, or if it was installed as Rancher catalog app, check to make sure the parameters in the default StorageClass weren’t changed. Changing the default StorageClass’s parameter might result in a chart upgrade failure. if you want to reconfigure the parameters in the StorageClass, you can copy the default StorageClass’s configuration to create another StorageClass.

  1. The current default StorageClass has the following parameters:
  2. parameters:
  3. numberOfReplicas: <user specified replica count, 3 by default>
  4. staleReplicaTimeout: "30"
  5. fromBackup: ""
  6. baseImage: ""

Upgrade

Prerequisite: Always back up volumes before upgrading. If anything goes wrong, you can restore the volume using the backup.

Upgrade as a Rancher Catalog App

To upgrade the Longhorn App, make sure which Rancher UI the existing Longhorn App was installed with. There are two Rancher UIs, one is the Cluster Manager (old UI), and the other one is the Cluster Explorer (new UI). The Longhorn App in different UIs considered as two different applications by Rancher. They cannot upgrade to each other. If you installed Longhorn in the Cluster Manager, you need to use the Cluster Manager to upgrade Longhorn to a newer version, and vice versa for the Cluster Explorer.

Note: Because the Cluster Manager (old UI) is being deprecated, we provided the instruction to migrate the existing Longhorn installation to the Longhorn chart in the Cluster Explorer (new UI) here

Different Rancher UIs screenshots.

  • The Cluster Manager (old UI)

    Upgrading Longhorn Manager - 图1

  • The Cluster Explorer (new UI)

    Upgrading Longhorn Manager - 图2

Upgrade with Kubectl

To upgrade with kubectl, run this command:

  1. kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v1.5.1/deploy/longhorn.yaml

Upgrade with Helm

To upgrade with Helm, run this command:

  1. helm upgrade longhorn longhorn/longhorn --namespace longhorn-system --version 1.5.1

On Kubernetes clusters managed by Rancher 2.1 or newer, the steps to upgrade the catalog app longhorn-system are the similar to the installation steps.

Then wait for all the pods to become running and Longhorn UI working. e.g.:

  1. $ kubectl -n longhorn-system get pod
  2. NAME READY STATUS RESTARTS AGE
  3. engine-image-ei-4dbdb778-nw88l 1/1 Running 0 4m29s
  4. longhorn-ui-b7c844b49-jn5g6 1/1 Running 0 75s
  5. longhorn-manager-z2p8h 1/1 Running 0 71s
  6. instance-manager-b34d5db1fe1e2d52bcfb308be3166cfc 1/1 Running 0 65s
  7. longhorn-driver-deployer-6bd59c9f76-jp6pg 1/1 Running 0 75s
  8. engine-image-ei-df38d2e5-zccq5 1/1 Running 0 65s
  9. csi-snapshotter-588457fcdf-h2lgc 1/1 Running 0 30s
  10. csi-resizer-6d8cf5f99f-8v4sp 1/1 Running 1 (30s ago) 37s
  11. csi-snapshotter-588457fcdf-6pgf4 1/1 Running 0 30s
  12. csi-provisioner-869bdc4b79-7ddwd 1/1 Running 1 (30s ago) 44s
  13. csi-snapshotter-588457fcdf-p4kkn 1/1 Running 0 30s
  14. csi-attacher-7bf4b7f996-mfbdn 1/1 Running 1 (30s ago) 50s
  15. csi-provisioner-869bdc4b79-4dc7n 1/1 Running 1 (30s ago) 43s
  16. csi-resizer-6d8cf5f99f-vnspd 1/1 Running 1 (30s ago) 37s
  17. csi-attacher-7bf4b7f996-hrs7w 1/1 Running 1 (30s ago) 50s
  18. csi-attacher-7bf4b7f996-rt2s9 1/1 Running 1 (30s ago) 50s
  19. csi-resizer-6d8cf5f99f-7vv89 1/1 Running 1 (30s ago) 37s
  20. csi-provisioner-869bdc4b79-sn6zr 1/1 Running 1 (30s ago) 43s
  21. longhorn-csi-plugin-b2zzj 2/2 Running 0 24s

Next, upgrade Longhorn engine.

Upgrading from Unsupported Versions

We only support upgrading to v1.5.1 from v1.4.x. For other versions, please upgrade to v1.4.x first.

If you attempt to upgrade from an unsupported version, the upgrade will fail. When encountering an upgrade failure, please consider the following scenarios to recover the state based on different upgrade methods.

Upgrade with Kubectl

When you upgrade with kubectl by running this command:

  1. kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/v1.5.1/deploy/longhorn.yaml

Longhorn will block the upgrade process and provide the failure reason in the logs of the longhorn-manager pod. During the upgrade failure, the user’s Longhorn system should remain intact without any impacts except longhorn-manager daemon set.

To recover, you need to apply the manifest of the previously installed version using the following command:

  1. kubectl apply -f https://raw.githubusercontent.com/longhorn/longhorn/[previous installed version]/deploy/longhorn.yaml

Besides, users might need to delete new components introduced by the new version manually.

Upgrade with Helm or Rancher App Marketplace

To prevent any impact caused by failed upgrades from unsupported versions, Longhorn will automatically initiate a new job (pre-upgrade) to verify if the upgrade path is supported before upgrading when upgrading through Helm or Rancher App Marketplace.

The pre-upgrade job will block the upgrade process and provide the failure reason in the logs of the pod. During the upgrade failure, the user’s Longhorn system should remain intact without any impacts.

To recover, you need to run the below commands to rollback to the previously installed revision:

  1. # get previous installed Longhorn REVISION
  2. helm history longhorn
  3. helm rollback longhorn [REVISION]
  4. # or
  5. helm upgrade longhorn longhorn/longhorn --namespace longhorn-system --version [previous installed version]

To recover, you need to upgrade to the previously installed revision at Rancher App Marketplace again.

TroubleShooting

  1. Error: "longhorn" is invalid: provisioner: Forbidden: updates to provisioner are forbidden.
  • This means there are some modifications applied to the default storageClass and you need to clean up the old one before upgrade.

  • To clean up the deprecated StorageClass, run this command:

    1. kubectl delete -f https://raw.githubusercontent.com/longhorn/longhorn/v1.5.1/examples/storageclass.yaml