This message was deleted.
# longhorn-storage
a
This message was deleted.
i
Do you mean you set a node unschedulable and the instance-manager-e-xxx is gone? Then, the backup still always be executed on the unschedulable node?
g
not quite. If the node is cordoned in K8S or the node is disabled in Longhorn then the instance-manager-e-xxx pod will not be present and this causes the backups to "error out" and not be enabled.
i
Sorry, can you elaborate more on the issue you are running into?
g
Well, exactly as I described. I had a K8S node that was cordoned when Longhorn was installed, so Longhorn saw that node but did not enable it, and no instance-manager-e-xxx pod was created on that node. In this state the ability to backup a volume (either from the Volumes tab or the Backups tab) is disabled because of a "instance-manager-e-xxx pod not present" error. If the node is then uncordoned the pod is created and backups are OK again. Interestingly it seems that if the node is then disabled in Longhorn the pod is not removed and backups are still OK. So maybe this only applies when installing Longhorn to a cluster where a node is cordoned.