Skip to main content

Module storage

Module storage 

Source
Expand description

Storage pool and volume CRUD. Volumes are scoped under a pool (/1.0/storage-pools/{pool}/volumes) - Incus has no global cross-pool volumes endpoint, so “list all volumes across all pools” is inherently a list-pools-then-list-volumes-per-pool fan-out on the caller’s part, not a gap in this crate.

Structs§

StoragePool
StorageVolume