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
I have a set of deployments that includes some zdbs and also a VM. Sometimes I want to tear down the VM and recreate it on another node. I noticed that if the new node is the same as the nodes used for the zdbs then the new VM fails to deploy.
Note that due to #552, these deployments must be created without mycelium.
threefold grid provider setup error: update failed threefold:index:Deployment (deployment1): error: could not generate deployments data: 1 error occurred: * failed to assign node ips: 2 errors occurred: * couldn't calculate networks used ips: 1 error occurred: * failed to get used host ids for network test node 8: invalid ip range : invalid CIDR address: * invalid ip range : invalid CIDR address:
I also tried it with keeping the second deployment and just changing the node id to match the first:
Diagnostics: threefold:index:Deployment (deployment2): error: failed to revert deployments: error waiting deployment: workload vm within deployment 708032 failed with error: could not get network resource subnet: couldn't load network with id (8Zjj8mJoReynM): open /var/run/cache/networkd/networks/8Zjj8mJoReynM: no such file or directory; try again: error waiting deployment: workload vm within deployment 708031 failed with error: IP 10.1.3.2 is not part of local nr subnet 10.1.2.0/24 pulumi:pulumi:Stack (cidr-fail-test-test): 11:21AM INF starting peer session=tf-229893 twin=5545 threefold grid provider setup error: update failed
The text was updated successfully, but these errors were encountered:
I have a set of deployments that includes some zdbs and also a VM. Sometimes I want to tear down the VM and recreate it on another node. I noticed that if the new node is the same as the nodes used for the zdbs then the new VM fails to deploy.
Note that due to #552, these deployments must be created without mycelium.
Here's an example original project in Python:
Now here's the updated project, with the VM moved inside the first deployment:
When I try to apply this, I see this error:
I also tried it with keeping the second deployment and just changing the node id to match the first:
This also fails, but with a different error:
The text was updated successfully, but these errors were encountered: