Skip to content

Commit

Permalink
lxd/patches: Drop filesystem suffix from ZFS image volumes
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Hipp <[email protected]>
  • Loading branch information
monstermunchkin committed Jun 27, 2023
1 parent c4f9cd6 commit d8937db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lxd/patches.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ var patches = []patch{
{name: "dnsmasq_entries_include_device_name", stage: patchPostDaemonStorage, run: patchDnsmasqEntriesIncludeDeviceName},
{name: "storage_missing_snapshot_records", stage: patchPostDaemonStorage, run: patchGenericStorage},
{name: "storage_delete_old_snapshot_records", stage: patchPostDaemonStorage, run: patchGenericStorage},
{name: "storage_zfs_drop_block_volume_filesystem_extension", stage: patchPostDaemonStorage, run: patchGenericStorage},
}

type patch struct {
Expand Down

0 comments on commit d8937db

Please sign in to comment.