Search results

  1. D

    SSD I/O error and S.M.A.R.T data

    No, there is no hardware controller, all disks are directly plugged on the motherboard. I was thinking that an error would be logged by S.M.A.R.T because, in my mind, reallocating was about reallocating sectors (managed by disk controller), but maybe this reallocating thing is related to the...
  2. D

    SSD I/O error and S.M.A.R.T data

    Hi, I had backup job errors since two days (ERROR: job failed with err -125 - Operation canceled). Looking with dmesg I can see this: [413188.587199] ata1.00: exception Emask 0x0 SAct 0x1000 SErr 0x0 action 0x0 [413188.587213] ata1.00: irq_stat 0x40000008 [413188.587217] ata1.00: failed...
  3. D

    ZFS Bug / array-index-out-of-bounds

    FYI, I just got this message but I'm not sure if it's not a side effect of a more global crash. The full log is attached. 2024-02-22T14:08:55.044549+01:00 heimdall kernel: [5447587.192484] show_signal_msg: 13 callbacks suppressed 2024-02-22T14:08:55.044566+01:00 heimdall kernel...
  4. D

    Fine-Grained Access Control (aka restrict access to a specific VM group)

    I'm planning a course for my students on 5/6 VM and obviously I don't want them to be able to make any backups but I also want to give them access to existing backup progressively.
  5. D

    Fine-Grained Access Control (aka restrict access to a specific VM group)

    @ggoller , for the record, I made a feature request: https://bugzilla.proxmox.com/show_bug.cgi?id=5046 @fabian , I tried to use namespaces but I didn't think it was necessary to declare the namespace at the PVE storage level (in fact I thought it was set at the backup job level). I was hoping...
  6. D

    Fine-Grained Access Control (aka restrict access to a specific VM group)

    Hello, I would like to give a read-only access to a VM backup group (VM with ID 100), but I'm unable to see any documentation about that. I tried multiple path combinations but I'm pretty sure that it is not implemented, can you confirm that ...
  7. D

    e1000 driver hang

    Hi, the ethtool fix works fine, and I've set-up a post-up action to run in each time eno1 is up. But after adding a new network interface on one of my vm with the VLAN tag 20, the host freeze issue returns. This is my current interfaces file: auto lo iface lo inet loopback iface eno1 inet...
  8. D

    Corrupted VM filesystem after `protocol canceled` error

    Hello, I have apparently the same issue reported here https://forum.proxmox.com/threads/error-backup-write-data-failed-command-error-protocol-canceled.88675/ I think that the backup is interrupted by a WAN link down caused by a connection reset from the ISP, but that's not the point. This...
  9. D

    [SOLVED] How i can remove directory-entry from gui?

    There is now a destroy button in the more sub-menu. But note that it works only if the device is still plugged-in (otherwise you will have this error: not a valid block device).
  10. D

    Job failed with err -5 - Input/output error

    The backup order is not the one we could infer from the VM hardware disk order: It would be nice to have a tip on the currently saved disk when a job fail error is raised, because in the following log, the fail disk was not the first one (scsi0), it was the last one (scsi5) and is located on...