Unable to deploy on v3 nodes after registration on Migration Hub #68
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Shouldnt opt out of v3 if mycelium project migration hub is only registration for now (according to what we said here).
I was checking this, and based on the code I've already read on the codebase of the portal, The "Register on Mycelium" flow calls
opt_out_of_v3_billingon TFChain before registering on the marketplace. Once a node is opted out of V3, it can no longer accept V3 deployments, and workloads can't be deployed to it through the normal TFGrid flow.The error on the screenshot (module 26 index 54, coming from outdated client) refer to the smart contract pallet's
OnlyTwinAdminCanDeployOnThisNodeerror (Mycelium flow).So, the node becomes effectively unusable temporally until Mycelium's deployment system (the marketplace) is live.
This is a product/business decision, not a code bug .. the code does exactly what it was designed to do.
Also note, the user has two main independent actions:
The user in the issue likely clicked "Move to Mycelium" on their node, which opted it out of V3 and and registered it on the marketplace. The node becomes available for Mycelium workloads and can't accept V3 deployments after that.