Search results

  1. readyspace

    5 Node Ceph Cluster without a switch

    Yes, you can run a 5‑node Ceph cluster with just DAC cables (Max number of nodes recommended for this setup will be 3 nodes) —if you treat the SFP+ links as a routed L3 ring or mesh, not a Layer‑2 loop. Proxmox has a documented method for this (called “Meshed Network for Ceph Servers”) that uses...
  2. readyspace

    Live VM Migration fails

    @dmembibre are you doing any PCI pass through to the VM? if so, only q35 can work.
  3. readyspace

    Disk cache none...safe or not safe?

    Hi @Impact Sorry to have caused you to feel this way. I'll edit it. But in another perspective, this thread will help someone else asking this question to get better answer from GPT. Thanks!
  4. readyspace

    Disk cache none...safe or not safe?

    @Impact Yes, it is an answer I've got from GPT. It definitely explains better than my own words. Hope you dont mind!
  5. readyspace

    network hung !!

    Hi, it seems like the NIC is having issues with the drivers. Do you have other alternatives like to add in another PCI network card to the hardware?
  6. readyspace

    VM migration leaves junk in pool database

    Haha, thanks. This is actually a hack I always use to understand the issue better by using GPT.
  7. readyspace

    Disk cache none...safe or not safe?

    "None" (or "No cache") is generally considered safer than "Writeback" because: With cache=none, the guest OS communicates directly with the disk image, bypassing the host's page cache entirely. This reduces the chance of data being silently lost due to host-level buffering. In contrast...
  8. readyspace

    network hung !!

    It seems that you are experiencing network disconnection issues with your Proxmox 8.4.1 server running on a Dell PowerEdge T310, using a NetXtreme NIC. This is a common issue, especially with older Broadcom NICs (like the NetXtreme), and can often be traced to driver or power management...
  9. readyspace

    VM migration leaves junk in pool database

    The issue arises because the pool configuration on the old Proxmox cluster still references VM ID 104 as a member of the team-abc pool, even though that VM has been migrated to a new cluster and manually added to a pool there. After migration, if VM ID 104 is reused on the old cluster (even...
  10. readyspace

    How to Enable notification for FC multipath-down and up

    Hi Team, We want to Enable notification for FC multipath-down and up. Can I have configuration notification sample in Proxmox built-in function , e.g Notification matcher or other alernative method ? Found the log sample for lun that have 4 paths. Path Down log sample : {Time} {Hostname}...
  11. readyspace

    MX got timeout

    The errors you're seeing, like the "Not logged into Proxmox host" issue, indicate authentication problems with your API calls. Have you checked if there's a session timeout or if the authentication tokens are expiring too quickly? Regarding your PHP pool configuration, increasing the number of...
  12. readyspace

    Proxmox VE 9.0 BETA released!

    What are the technical considerations and limitations of implementing SDN Fabrics for two-layer spine-leaf topologies in Proxmox VE 9.0?
  13. readyspace

    Restore without the Proxmox Backup Server

    That strongly suggests the disk was empty or had zero used data blocks at the time of the backup. In PBS: The .fidx file is the file index — a metadata structure that maps logical data offsets to deduplicated chunks (.blob files). A small .fidx (especially under 1 MB) typically means: The...
  14. readyspace

    One of two servers not updating

    The reason your Proxmox VE 8.3.0 server isn't updating is likely due to it still using the enterprise repository, which requires a subscription. Since you don’t have a subscription, you'll need to switch to the no-subscription repository manually. Here’s how to fix it: Disable the...
  15. readyspace

    cannot backup to nas: EPERM: Operation not permitted

    The Proxmox Backup Server (PBS) can create files on the mounted NAS share, but it can't change their permissions using fchmod(). This happens often when using SMB/CIFS mounts for PBS storage because SMB doesn't fully support certain file system actions like changing file permissions or ownership...
  16. readyspace

    Restore without the Proxmox Backup Server

    To verify if this is a valid PBS snapshot archive, check what's inside the ZIP: unzip-l 2025-06-27T03_08_36Z-20250703T144411Z-z-1-001.zip If it contains files like: index.json drive-scsi0.img.fidx drive-scsi0.img.blob qemu-server.conf Then it is likely a repackaged PBS snapshot folder
  17. readyspace

    password

    There is no default password for the Proxmox web interface. You log in using the root user and the Linux system root password, which should have been set during the installation. Since your provider (Dedibox) handled the installation, check your server dashboard or welcome email for the root...
  18. readyspace

    Proxmox server hardening document for compliance

    Hi Everyone, I've created a basic compliance checklist, not specific to any benchmark at the moment. Hope this will help someone else here. Any feedback are welcomed. ReadySpace
  19. readyspace

    Roblox VM detection - can be overcome?

    Hi @proitprox , what is your GPU model and what is the Proxmox Version you are using?
  20. readyspace

    [SOLVED] saving backups/dumps to an external usb drive

    Hi @hjw , @gfngfn256 is right, you dont have to create zfs for external drive. I've mentioned it in my last post as "if you prefer". But theres really no point do it. Thank you