DEV Community

Fega Suseno
Fega Suseno

Posted on

Disable or Hide Local Storage on Proxmox VE

Pada postingan ini kita akan mencoba untuk menyembunyakan local storage pada proxmox. Pada kasus saya, hidden local storage bertujuan agar tidak di pakai, karena sebelumnya saya sudah menambahkan hardisk tambahan untuk penyimpanan vm nya.

Ok, untuk confignya bisa langsung ke

nano /etc/pve/storage.cfg
Enter fullscreen mode Exit fullscreen mode

lalu tambahkan pada baris yg saya beri warna hijau

dir: local
        path /var/lib/vz
        content iso,backup,vztmpl
+        disable 1

lvmthin: local-lvm
        thinpool data
        vgname pve
        content images,rootdir

dir: ISO
        path /Server-Pool/ISO
        content iso,vztmpl
        nodes zucodelabs
        prune-backups keep-all=1
        shared 0

dir: VMCT
        path /Server-Pool/VM-CT
        content rootdir,images
        prune-backups keep-all=1
        shared 0

dir: BACKUP
        path /Server-Pool/BACKUP
        content snippets,backup
        prune-backups keep-all=1
        shared 0
Enter fullscreen mode Exit fullscreen mode

Simpan konfigurasi dan lakukan refresh.
Selesai!

Image of Timescale

🚀 pgai Vectorizer: SQLAlchemy and LiteLLM Make Vector Search Simple

We built pgai Vectorizer to simplify embedding management for AI applications—without needing a separate database or complex infrastructure. Since launch, developers have created over 3,000 vectorizers on Timescale Cloud, with many more self-hosted.

Read full post →

Top comments (0)

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more