Search results

  1. C

    Incorrect information is appearing in the "allocation" tab

    Good question, I see that on mine now too. I guess we need someone to explain what exactly does "Configured" mean? Probably not what we think it is. Look what one of my Remote clusters shows: CPU Cores assigned 509 running / 524 physical (0 total configured) Memory assigned 742 GiB running /...
  2. C

    [SOLVED] I added a remote node but then noticed a typo and removed it, I cannot re-add it I get below error

    api error (status = 400 Bad Request): error creating token: api error (status = 400 Bad Request): Parameter verification failed.tokenid: Token already exists How do I use existing token or delete the one that's already there?
  3. C

    [SOLVED] VMWARE ESXi storage connection dropped, now I can't reconnect it

    We updated to 0.7.0 of the esxi import tool to fix the transfer issue. So clearly there is more bug fixes that are being fixed we will wait for a stable version of the tool. its not even version1.0.0 yet.
  4. C

    [SOLVED] VMWARE ESXi storage connection dropped, now I can't reconnect it

    We updated to 0.7.0 of the esxi import tool to fix the transfer issue. But your solution makes sense also.
  5. C

    [SOLVED] VMWARE ESXi storage connection dropped, now I can't reconnect it

    pve-esxi-import-tools: Installed: 0.6.1 Candidate: 0.6.1 Version table: *** 0.6.1 500 500 http://download.proxmox.com/debian/pve bookworm/pve-no-subscription amd64 Packages 100 /var/lib/dpkg/status 0.6.0 500 500 http://download.proxmox.com/debian/pve...
  6. C

    [SOLVED] VMWARE ESXi storage connection dropped, now I can't reconnect it

    root@proxmoxVDI1:~# pveversion -v proxmox-ve: 8.1.0 (running kernel: 6.5.11-5-pve) pve-manager: 8.1.10 (running version: 8.1.10/4b06efb5db453f29) proxmox-kernel-helper: 8.1.0 pve-kernel-5.15: 7.4-8 proxmox-kernel-6.5.13-3-pve-signed: 6.5.13-3 proxmox-kernel-6.5: 6.5.13-3...
  7. C

    [SOLVED] VMWARE ESXi storage connection dropped, now I can't reconnect it

    **Update**, after waiting 15 minutes I can rejoin the server now. What is going on here?
  8. C

    [SOLVED] VMWARE ESXi storage connection dropped, now I can't reconnect it

    Well, I tried it on one of the other VMWARE boxes and it did the exact same thing. I now only have one VMWARE box I can connect to, although I can't migrate any VM from any box.
  9. C

    [SOLVED] VMWARE ESXi storage connection dropped, now I can't reconnect it

    I connected to 3 vmware vsphere boxes. 1 dropped during a VM migration. I deleted the storage and now cannot re-add it. I get the below error: create storage failed: (vim.fault.HostConnectFault) { dynamicType = <unset>, dynamicProperty = (vmodl.DynamicProperty) [], msg = '503 Service...
  10. C

    [SOLVED] 1 SSD failed but RAIDZ pool failed

    Beats me, all 3 server were created at same time but magically one got stripe. hmmm oh well, restore from backups it is I guess. thanks for helping.
  11. C

    [SOLVED] 1 SSD failed but RAIDZ pool failed

    ok, somehow through the Proxmox system we can create RAIDZ1 pools as stripes, here's another server setup exactly the same way which looks like RAIDZ1 (parity), but maybe it isn't?:
  12. C

    [SOLVED] 1 SSD failed but RAIDZ pool failed

    here's the command in bash history, not zpool history: zpool create -f -o ashift=12 RAIDZ /dev/sdc /dev/sdd /dev/sde /dev/sdf /dev/sdg /dev/sdh
  13. C

    [SOLVED] 1 SSD failed but RAIDZ pool failed

    root@proxmox2:~# zpool history RAIDZ cannot open 'RAIDZ': no such pool
  14. C

    [SOLVED] 1 SSD failed but RAIDZ pool failed

    I made the pool from the drop down, so you're telling me that Proxmox goes from a stripe to RAIDZ2 (parity 2 disk), where there is no single disk parity? like hardware RAID5? If so in what universe does that make any sense that Proxmox would offer such a selection? Hopefully an Admin can see...
  15. C

    [SOLVED] 1 SSD failed but RAIDZ pool failed

    Well, then where is the RAIDZ-1 in the drop down list in Proxmox as shown in my screenshot?
  16. C

    [SOLVED] 1 SSD failed but RAIDZ pool failed

    No "RAIDZ" is same as RAIDZ1, which is 1 parity drive. my zpool should be fine. If not, then in proxmox the definitions are wrong and cost me my data, minus backup recovery.
  17. C

    [SOLVED] 1 SSD failed but RAIDZ pool failed

    Error I get when attempting an import: root@proxmox2:~# zpool import -d /dev/disk/by-id pool: RAIDZ id: 1648085228702377083 state: UNAVAIL status: One or more devices contains corrupted data. action: The pool cannot be imported due to damaged devices or data. see...
  18. C

    Proxmox VE ZFS Benchmark with NVMe

    I would like to test my existing sytem (has data already), so I need a NONdestructive (read only) test. The tests lists in the article look like read/write and destroy's existing data.