mirror of
https://github.com/vatesfr/xen-orchestra.git
synced 2026-09-10 22:14:48 -05:00
fix(@vates/types): fix XoSr allocationStrategy (#9105)
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user