Proxmox: Difference between revisions
From Pumping Station One
Tachoknight (talk | contribs) m Made servers plural |
No edit summary |
||
| Line 99: | Line 99: | ||
# Press "upload" | # Press "upload" | ||
# Find your iso locally and press upload | # Find your iso locally and press upload | ||
== Annoying popup windows == | |||
Edit the file /usr/share/pve-manager/ext4/pvemanagerlib.js | |||
<syntaxHighlight lang=javascript> | |||
/*if (data.status !== 'Active') { | |||
Ext.Msg.show({ | |||
title: gettext('No valid subscription'), | |||
icon: Ext.Msg.WARNING, | |||
msg: PVE.Utils.noSubKeyHtml, | |||
buttons: Ext.Msg.OK, | |||
callback: function(btn) { | |||
if (btn !== 'ok') { | |||
return; | |||
} | |||
orig_cmd(); | |||
} | |||
}); | |||
} else */{ | |||
orig_cmd(); | |||
} | |||
</syntaxHighlight> | |||
== Gotchas == | == Gotchas == | ||
* If you delete an iso file while a vm is still pointing at it, that machine will not reboot successfully until you change the configured iso | * If you delete an iso file while a vm is still pointing at it, that machine will not reboot successfully until you change the configured iso | ||