fix(@vates/types): fix XoSr allocationStrategy (#9105)

This commit is contained in:
Mathieu
2025-10-14 10:44:33 +02:00
committed by GitHub
parent 6bdfbfb953
commit 04eeb78df7

View File

@@ -527,7 +527,7 @@ export type XoSr = BaseXapiXo & {
VDIs: AnyXoVdi['id'][]
allocationStrategy: 'thin' | 'thick' | 'unknown'
allocationStrategy?: 'thin' | 'thick' | 'unknown'
content_type: string
current_operations: Record<string, STORAGE_OPERATIONS>
id: Branded<'SR'>