Storage und "content type", zum Verständnis

donrusso

Active Member
Oct 7, 2020
61
6
28
43
Code:
dir:    local
        path /var/lib/vz
        content iso,backup,vztmpl

zfspool: local-zfs
        pool rpool/data
        content rootdir,images <-------------------------------------------------  Komma ???
        sparse 1

zfspool: wd10zfs
        pool wd10zfs
        content images,rootdir <-------------------------------------------------  und hier Komma, wo liegt der Unterschied ?
        mountpoint /wd10zfs
        nodes boxone

dir:    wdsolo
        path /mnt/pve/wdsolo
        content snippets,vztmpl,rootdir,images,iso,backup
        is_mountpoint 1
 
Was genau ist dir unklar?

Proxmox ist das egal, in welcher Reihenfolge die Art des Contents festgelegt wird.
 
zfspool: wd10zfs pool wd10zfs content images,rootdir mountpoint /wd10zfs nodes boxone

Warum kann ich hier keine Backup´s machen ?
 
zfspool: wd10zfs pool wd10zfs content images,rootdir mountpoint /wd10zfs nodes boxone

Warum kann ich hier keine Backup´s machen ?
Weil du mit "content images,rootdir" nur sagst, dass da VM Disk Images und Container gespeichert werden dürfen. Willst du da auch Backups speichern, dann musst du da noch "vzdump" hinterhängen.

Storages vom Typ zfspool können aber glaube ich eh keine Backups speichern. Da musst du wohl ein Storage vom Typ "Directory" anlegen was dann auf den Mountpunkt eines ZFS Datasets zeigt. Und bei dem Storage dann vzdump als Content-Typ wählen.
 
Last edited: