Skip to content

Commit

Permalink
Merge pull request ej52#73 from herimedia/niels/btrfs-compatibility
Browse files Browse the repository at this point in the history
 Allow for the container's disk to live in BTRFS storage
  • Loading branch information
ej52 authored Mar 30, 2022
2 parents 9b446c7 + b542b4a commit 0e4df5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lxc/nginx-proxy-manager/create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ pveam download $_storage_template $_template &>/dev/null \
# Create variables for container disk
_storage_type=$(pvesm status -storage $_storage 2>/dev/null | awk 'NR>1 {print $2}')
case $_storage_type in
dir|nfs)
btrfs|dir|nfs)
_disk_ext=".raw"
_disk_ref="$_ctid/"
;;
Expand Down

0 comments on commit 0e4df5d

Please sign in to comment.