Skip to content

Commit 2958268

Browse files
authored
feat(baremetal): add support for XFS (scaleway#2231)
1 parent 526fc67 commit 2958268

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/baremetal/v1/baremetal_sdk.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,7 @@ const (
355355
SchemaFilesystemFormatExt4 = SchemaFilesystemFormat("ext4")
356356
SchemaFilesystemFormatSwap = SchemaFilesystemFormat("swap")
357357
SchemaFilesystemFormatZfs = SchemaFilesystemFormat("zfs")
358+
SchemaFilesystemFormatXfs = SchemaFilesystemFormat("xfs")
358359
)
359360

360361
func (enum SchemaFilesystemFormat) String() string {
@@ -372,6 +373,7 @@ func (enum SchemaFilesystemFormat) Values() []SchemaFilesystemFormat {
372373
"ext4",
373374
"swap",
374375
"zfs",
376+
"xfs",
375377
}
376378
}
377379

0 commit comments

Comments
 (0)