You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just upgraded a customer cluster to 4.1. After the upgrade I tried to restore the NFS cluster.
It created the interface group & client group fine, but did not create the exports.
Output from command was:
looking for token file auth-token.json
Checking for /scratch/tools/postinstall/auth-token.json
Checking for /root/.weka/auth-token.json
Reading localhost_28022023-091609.cfg
Configuration loaded
Restoring from localhost_28022023-091609.cfg
Creating NFS interface group default-ig1
Creating NFS interface group default-ig1 port ens3f0np0
Creating NFS interface group default-ig1 port ens3f0np0
Creating NFS interface group default-ig1 port ens3f0np0
Creating NFS interface group default-ig1 port ens3f0np0
Creating NFS interface group default-ig1 ip-range
API Exception: IPs can't be added to the inactive "default-ig1" interface group
Restoring SMB Cluster None
API Exception: JSONValue is not a string
complete`
It took a minute or so for the NFS containers to become ready, not sure if this is some kind of timing issue ? As it thought the interface group was inactive ?
There was no SMB - so ignore that.
The text was updated successfully, but these errors were encountered:
Just upgraded a customer cluster to 4.1. After the upgrade I tried to restore the NFS cluster.
It created the interface group & client group fine, but did not create the exports.
Output from command was:
`# ./protocols --restore localhost_28022023-091609.cfg
looking for token file auth-token.json
Checking for /scratch/tools/postinstall/auth-token.json
Checking for /root/.weka/auth-token.json
Reading localhost_28022023-091609.cfg
Configuration loaded
Restoring from localhost_28022023-091609.cfg
Creating NFS interface group default-ig1
Creating NFS interface group default-ig1 port ens3f0np0
Creating NFS interface group default-ig1 port ens3f0np0
Creating NFS interface group default-ig1 port ens3f0np0
Creating NFS interface group default-ig1 port ens3f0np0
Creating NFS interface group default-ig1 ip-range
API Exception: IPs can't be added to the inactive "default-ig1" interface group
Restoring SMB Cluster None
API Exception: JSONValue is not a string
complete`
It took a minute or so for the NFS containers to become ready, not sure if this is some kind of timing issue ? As it thought the interface group was inactive ?
There was no SMB - so ignore that.
The text was updated successfully, but these errors were encountered: