Skip to content

Instantly share code, notes, and snippets.

@kafisatz
Forked from scyto/proxmox-cephfs-example.md
Created September 15, 2023 18:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kafisatz/72d67dd1d380180e00d4fc0f32674b8b to your computer and use it in GitHub Desktop.
Save kafisatz/72d67dd1d380180e00d4fc0f32674b8b to your computer and use it in GitHub Desktop.

Configuring CephFS to store ISOs for VMs and Templates for Containers

This gist assume you have setup Ceph as per earlier gist in this sequence

I found it annoying to upload ISO to each node in the cluster, download CT templates to each node.
I thought setting up cedph for these would be a great idea (and it is).

create cephfs pools

  1. In the gui navigate to Datcenter > node name > ceph
  2. Click cephfs node
  3. In Metadata Server area click create and create a meta data server on all 3 pve nodes
  4. Next click Create CephFS and give it a name like ISOs-Templates
  5. Ensure add as storage is CHECKED
  6. click create

set storage use

  1. Click Datacenter > storage
  2. Select ISOs-Templates
    1. Edit the content section to remove VZDump Backup file and snippets
  3. edit backup settings as you prefer and click ok

image

add ISOs or CT templates

  1. on any node navigate to ISOs-Temples disk in the left pane and select it
  2. now select ISO images in right pane and click upload
  3. upload an ISO
  4. now select CT Templates
  5. click template
  6. choose debian-12-standard and click download

check it worked

  1. now click on ISOs-Templates disk on any other node and you will see the file is visible on all nodes
  2. do same for VT Templates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment