Introduction
Crusoe Cloud now supports on-demand Infiniband enabled instances such as a100-80gb-sxm-ib.8x and h100-80gb-sxm-ib.8x . This means that any customer with available quota can begin launching VMs on demand.
Due to the on-demand nature of the VMs, customers may encounter situations where an instance they created within one InfiniBand network is no longer available when they attempt to restart it. This can result in Out of Stock errors appearing in the UI.
In situations like this, customers can update the IB partition for their STOPPED Instance to another partition where there is available capacity.
Pre-requisites
- Infiniband enabled Crusoe Instance
- Crusoe CLI Configured
Step-by-Step Instructions
- Verify there is available capacity in the Crusoe Console at https://console.crusoecloud.com/networking/infiniband
- Create an Infiniband Partition in a Network that you see capacity in the same region.
-
Use the Crusoe CLI to update the STOPPED VM with the new partition ID
# crusoe compute vms update <vm-name> --ib-partition-id <new-partition-id> - Verify new partition
- Verify that the IB partition has been updated in the VM details page in the Console UI.
- Start VM into new partition