zos icon indicating copy to clipboard operation
zos copied to clipboard

qsfs decomission clean up

Open muhamadazmy opened this issue 3 years ago • 0 comments

I noticed that some nodes has qsfs error while doing a decomissions. but they all sound like an avoidable errros. It's not an error If you are deleting something that is already doesn't exist! so the code can be a little nicer during destruction to not fail if what it is trying to destroy is already not there

We also need to check why this is happening as well, are we doing double decomission?

[+] qsfsd: 2022-08-19T07:28:28Z error failed to destroy qsfs network error="didn't find qsfs namespace: file does not exist"
[+] qsfsd: 2022-08-19T07:28:28Z error couldn't get qsfs metrics error="didn't find qsfs namespace: file does not exist" id=51-5481-wed2710d2
[+] qsfsd: 2022-08-19T07:28:28Z error failed to delete qsfs container error="container \"51-5481-wed2710d2\" in namespace \"qsfs\": not found"
[+] qsfsd: 2022-08-19T07:28:28Z error failed to unmount mount path 1st time error="no such file or directory"
[+] qsfsd: 2022-08-19T07:28:28Z error failed to unmount mount path 1st time error="no such file or directory"
[+] storaged: 2022-08-19T07:28:28Z info Deleting volume 51-5481-wed2710d2
[+] storaged: 2022-08-19T07:28:28Z warn Could not find filesystem 51-5481-wed2710d2
[+] qsfsd: 2022-08-19T07:28:28Z error failed to destroy qsfs network error="didn't find qsfs namespace: file does not exist"
[+] qsfsd: 2022-08-19T07:28:28Z error couldn't get qsfs metrics error="didn't find qsfs namespace: file does not exist" id=51-5513-wed2710d2
[+] qsfsd: 2022-08-19T07:28:28Z error failed to delete qsfs container error="container \"51-5513-wed2710d2\" in namespace \"qsfs\": not found"
[+] qsfsd: 2022-08-19T07:28:28Z error failed to unmount mount path 1st time error="no such file or directory"
[+] qsfsd: 2022-08-19T07:28:28Z error failed to unmount mount path 1st time error="no such file or directory"
[+] storaged: 2022-08-19T07:28:28Z info Deleting volume 51-5513-wed2710d2
[+] storaged: 2022-08-19T07:28:28Z warn Could not find filesystem 51-5513-wed2710d2
[+] qsfsd: 2022-08-19T07:28:28Z error failed to destroy qsfs network error="didn't find qsfs namespace: file does not exist"
[+] provisiond: 2022/08/19 07:48:36 Connecting to wss://tfchain.dev.grid.tf/...
[+] provisiond: 2022-08-19T07:48:37Z info schedule for deprovision contract=5043 reason="contract not active on chain" twin=51
[+] provisiond: 2022-08-19T07:48:37Z info schedule for deprovision contract=5513 reason="contract not active on chain" twin=51
[+] provisiond: 2022-08-19T07:48:37Z info schedule for deprovision contract=4604 reason="contract not active on chain" twin=51
[+] provisiond: 2022-08-19T07:48:37Z error failed to uninstall workload error="failed to delete qsfs: couldn't stop qsfs container: container \"51-5043-testQsfsK8sd1\" in namespace \"qsfs\": not found" deployment=5043 id=51-5043-testQsfsK8sd1 name=testQsfsK8sd1 twin=51 type=qsfs
[+] provisiond: 2022-08-19T07:48:37Z info schedule for deprovision contract=4607 reason="contract not active on chain" twin=51
[+] provisiond: 2022-08-19T07:48:37Z info schedule for deprovision contract=5481 reason="contract not active on chain" twin=51
[+] provisiond: 2022-08-19T07:48:37Z error failed to uninstall workload error="failed to delete qsfs: couldn't stop qsfs container: container \"51-5513-wed2710d2\" in namespace \"qsfs\": not found" deployment=5513 id=51-5513-wed2710d2 name=wed2710d2 twin=51 type=qsfs
[+] provisiond: 2022-08-19T07:48:37Z error failed to uninstall workload error="failed to delete qsfs: couldn't stop qsfs container: container \"51-4604-wed2710d2\" in namespace \"qsfs\": not found" deployment=4604 id=51-4604-wed2710d2 name=wed2710d2 twin=51 type=qsfs
[+] provisiond: 2022-08-19T07:48:37Z error failed to uninstall workload error="failed to delete qsfs: couldn't stop qsfs container: container \"51-4607-testQsfsK8sd1\" in namespace \"qsfs\": not found" deployment=4607 id=51-4607-testQsfsK8sd1 name=testQsfsK8sd1 twin=51 type=qsfs
[+] provisiond: 2022-08-19T07:48:37Z error failed to uninstall workload error="failed to delete qsfs: couldn't stop qsfs container: container \"51-5481-wed2710d2\" in namespace \"qsfs\": not found" deployment=5481 id=51-5481-wed2710d2 name=wed2710d2 twin=51 type=qsfs
[+] noded: 2022/08/19 07:49:30 Connecting to wss://tfchain.dev.grid.tf/...
[+] noded: 2022-08-19T07:49:36Z info node uptime 

muhamadazmy avatar Aug 19 '22 07:08 muhamadazmy