Skip to main content

Partitionierung

https://docs.ansible.com/ansible/latest/collections/community/general/parted_module.html

https://docs.ansible.com/ansible/latest/collections/community/general/filesystem_module.html

https://docs.ansible.com/ansible/latest/collections/ansible/posix/mount_module.html

Proxmox scsi Zuordnung

SCSI HDDs in Proxmox sind über den Hardware-Mountpoint identifizierbar:

#in Proxmox scsiN
lsscsi -b 0:0:0:N | grep -o -e '/dev/.*'

#Zuordnung UUID
lsscsi -b | grep -o -e "/dev/sd\w*" | xargs lsblk -no +UUID {}