User Tools

Site Tools


proxmox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proxmox [2024/09/01 11:00] protocolproxmox [2025/04/09 14:02] (current) protocol
Line 26: Line 26:
  
  
-=== repositories ===+===== repositories =====
  
 old <8 old <8
Line 48: Line 48:
 </code> </code>
  
-=== remove nag screen ===+===== remove nag screen ===== 
 <code> <code>
 sed -Ezi.bak "s/(function\(orig_cmd\) \{)/\1\n\torig_cmd\(\);\n\treturn;/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service sed -Ezi.bak "s/(function\(orig_cmd\) \{)/\1\n\torig_cmd\(\);\n\treturn;/g" /usr/share/javascript/proxmox-widget-toolkit/proxmoxlib.js && systemctl restart pveproxy.service
 </code> </code>
 +
  
 ===== links to sort ===== ===== links to sort =====
 +Deactivate the volume group:
 +
 +# vgchange -a n my_volume_group
 +        
 +
 +Now you actually remove the volume group:
 +
 +# vgremove my_volume_group
 +        
 +
 +https://pve.proxmox.com/wiki/Passthrough_Physical_Disk_to_Virtual_Machine_(VM)
  
 https://github.com/Jamesits/pve-fake-subscription https://github.com/Jamesits/pve-fake-subscription
proxmox.1725199215.txt.gz · Last modified: 2024/09/01 11:00 by protocol