Skip to main content

miren debug disk

Disk entity debug commands

Commands for managing Miren disks. These commands are primarily used for troubleshooting and advanced operations.

Disk Status Values

StatusDescription
provisioningDisk is being created and storage is being allocated
provisionedDisk is ready and available for lease
attachedDisk has an active lease and is mounted
detachedDisk was previously attached but lease was released
deletingDisk is marked for deletion
errorDisk encountered an error during provisioning

Lease Status Values

StatusDescription
pendingLease is waiting to acquire the disk
boundLease is active and disk is mounted
releasedLease has been released, cleanup pending
failedLease failed to acquire or mount the disk

Troubleshooting

Disk stuck in "provisioning": Check server logs for storage backend errors:

miren debug disk status -i <disk-id>

Lease stuck in "pending": The disk may not be provisioned yet, or another lease may have the disk:

miren debug disk lease-list -d <disk-id>

App won't start due to disk timeout: Increase the lease_timeout in your app configuration, or check if another app has an active lease on the disk.

Usage

miren debug disk [flags]

Subcommands

See also