We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 526fc67 commit 2958268Copy full SHA for 2958268
api/baremetal/v1/baremetal_sdk.go
@@ -355,6 +355,7 @@ const (
355
SchemaFilesystemFormatExt4 = SchemaFilesystemFormat("ext4")
356
SchemaFilesystemFormatSwap = SchemaFilesystemFormat("swap")
357
SchemaFilesystemFormatZfs = SchemaFilesystemFormat("zfs")
358
+ SchemaFilesystemFormatXfs = SchemaFilesystemFormat("xfs")
359
)
360
361
func (enum SchemaFilesystemFormat) String() string {
@@ -372,6 +373,7 @@ func (enum SchemaFilesystemFormat) Values() []SchemaFilesystemFormat {
372
373
"ext4",
374
"swap",
375
"zfs",
376
+ "xfs",
377
}
378
379
0 commit comments