Skip to content

Commit

Permalink
lxd/device: Bump base VM filesystem volume to 500MiB
Browse files Browse the repository at this point in the history
This avoids an issue on XFS where the base filesystem size is now 300MiB.

Closes #498

Signed-off-by: Stéphane Graber <[email protected]>
(cherry picked from commit 1f54dbb29b56cfdbe7ab4fcbf9e5bb96fa632ba8)
Signed-off-by: Max Asnaashari <[email protected]>
License: Apache-2.0
  • Loading branch information
stgraber authored and masnax committed Feb 17, 2024
1 parent 0bba4b1 commit 5aa123b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxd/device/config/consts.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package config

// DefaultVMBlockFilesystemSize is the size of a VM root device block volume's associated filesystem volume.
const DefaultVMBlockFilesystemSize = "100MiB"
const DefaultVMBlockFilesystemSize = "500MiB"

0 comments on commit 5aa123b

Please sign in to comment.