Skip to content

storage 'local' is disabled (Proxmox using BTRFS) #1

@GrumpyMeow

Description

@GrumpyMeow

Hi!
I've just tried using the script on my ProxmoxVE v9 machine.

It fails because of btrfs uses 'local-btrfs' as name for the storage:

root@hub:~# bash <(curl -fsSL https://raw.githubusercontent.com/adadrag/Openclaw-Proxmox/main/setup-openclaw-lxc.sh)
╔═══════════════════════════════════════════════════╗
║     OpenClaw LXC Setup for Proxmox               ║
╚═══════════════════════════════════════════════════╝

Container password: 
Disk size in GB [32]: 
Memory in MB [4096]: 
CPU cores [4]: 
VNC resolution [1920x1080]: 

[INFO]  Detecting next available VMID...
[OK]    Will use VMID: 300
[INFO]  Detecting storage...
[OK]    Template storage: local
[OK]    Rootfs storage:   local-btrfs
[INFO]  Checking for Debian 13 template...
[INFO]  Downloading debian-13-standard_13.1-2_amd64.tar.zst to local...
storage 'local' is disabled

I worked around it by downloading the script, changing local to local-btrfs in a line. And then: bash setup-openclaw-lxc.sh
' 2>/dev/null || echo "local-btrfs")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions