-
When running script in advanced mode, Is there a limitation on how many digits the custom vm id can be? 9999 works. 15000 does not. Fails to create container, I wanted to debug it before I raise any issue. I get "Container creation failed, but template is not corrupted." Tried 2 different scripts, netbox and pocketbase. Where can I look to troubleshoot, i.e. logs? Here some relevant part of code I think, not much to go on.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
3 to 9 digs. the same script with id 9999 work, but with 10000 not? |
Beta Was this translation helpful? Give feedback.
-
There were conflicting vm ids on another host in the cluster, my bad. It would be a good thing to output a reason when it fails |
Beta Was this translation helpful? Give feedback.
3 to 9 digs.
the same script with id 9999 work, but with 10000 not?