소스 검색

Update haos_vm.sh

tteckster 3 년 전
부모
커밋
6d95370986
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      vm/haos_vm.sh

+ 1 - 1
vm/haos_vm.sh

@@ -134,7 +134,7 @@ case $FILE in
 esac
 STORAGE_TYPE=$(pvesm status -storage $STORAGE | awk 'NR>1 {print $2}')
 case $STORAGE_TYPE in
-  nfs|dir)
+  btrfs|nfs|dir)
         DISK_EXT=".qcow2"
         DISK_REF="$VMID/"
         IMPORT_OPT="-format qcow2"