pvecreate permanent?

TechLineX

Active Member
Mar 2, 2015
213
5
38
proxmox-ve:~# pvcreate /dev/sdb3
Physical volume "/dev/sdb3" successfully created
proxmox-ve:~#


proxmox-ve:~# vgcreate Festplatte1 /dev/sdb3
Volume group "Festplatte1" successfully created
proxmox-ve:~#

Is this now permanent? Or is the storage deleted after a restart?