mirror of
https://github.com/The-Network-Crew/Proxmox-VE-for-WHMCS.git
synced 2026-04-01 18:19:16 +00:00
proxmox-rrd-migration-tool (#188)
- mention tool in GUI error to end-user - README.md section with more info
This commit is contained in:
@@ -26,6 +26,14 @@ https://github.com/The-Network-Crew/Proxmox-VE-for-WHMCS/
|
||||
|
||||
<img alt="Client Area GUI showing management of a powered-on Guest, after the Statistics action has been clicked resulting in the graphs at the bottom." src="_images/zVMclientGUI.png">
|
||||
|
||||
> [!IMPORTANT]
|
||||
> Nodes must be using RRD `PVE-$TYPE-9.0` format. You can use `proxmox-rrd-migration-tool` to migrate.
|
||||
>
|
||||
> Old RRD Dir for VMs: `/var/lib/rrdcached/db/pve2-vm/` <br>
|
||||
> New RRD Dir for VMs: `/var/lib/rrdcached/db/pve-vm-9.0/`
|
||||
>
|
||||
> You can research more online, and <a href="https://www.mail-archive.com/pve-devel@lists.proxmox.com/msg29223.html" target="_blank">here is part of a patch series</a> showing the new logic.
|
||||
|
||||
**Admin Area GUI - PVE Nodes:**
|
||||
|
||||
<img alt="Admin Area GUI for the Module, showing the Nodes tab that you land on upon opening the Module." src="_images/zClusterNodes.png">
|
||||
|
||||
@@ -495,7 +495,7 @@
|
||||
{else}
|
||||
<div class="pve-alert-warning">
|
||||
<i class="fa fa-exclamation-triangle"></i>
|
||||
Stats Error: RRD Unavailable. Ask Support to upgrade guest RRD Data from 2.x to 9.0 format on their Node/s!
|
||||
Stats Error: RRD Unavailable. Ask Support to upgrade/migrate RRD Data using: <code>proxmox-rrd-migration-tool</code>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user