Skip to content

Commit

Permalink
Switch xfs to ext4 fix because it's not supported on azl3.
Browse files Browse the repository at this point in the history
  • Loading branch information
gmileka committed Jan 7, 2025
1 parent a4fe2c7 commit dfed994
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ func testCustomizeImagePartitionsToEfi(t *testing.T, testName string, imageType
{
PartitionNum: 3,
Path: "/",
FileSystemType: "xfs",
FileSystemType: "ext4",
},
{
PartitionNum: 2,
Expand All @@ -74,7 +74,7 @@ func testCustomizeImagePartitionsToEfi(t *testing.T, testName string, imageType
{
PartitionNum: 4,
Path: "/var",
FileSystemType: "xfs",
FileSystemType: "ext4",
},
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ storage:
path: /boot

- deviceId: rootfs
type: xfs
type: ext4
mountPoint:
path: /

- deviceId: var
type: xfs
type: ext4
mountPoint:
path: /var

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ storage:
path: /boot

- deviceId: rootfs
type: xfs
type: ext4
mountPoint:
path: /

- deviceId: var
type: xfs
type: ext4
mountPoint:
path: /var

Expand Down

0 comments on commit dfed994

Please sign in to comment.