Recent content by FelixJ

  1. F

    PVE Backup: vzdump backup status

    Great. So it would be nice, to take this request also into consideration. I leave it to that for now. And thanks for the really fast replies! regards, Felix
  2. F

    PVE Backup: vzdump backup status

    Because I need a confirmation, that the backup has been made, regardless of it's success-status.
  3. F

    PVE Backup: vzdump backup status

    Hi, is it possible to have only the summarized part (the table with vmid, name, status, time, size and filename columns) of a backup report via mail rather then the detailed logs that follow? Optionally, have only the details for VMs, that do not return status "OK"? regards, Felix
  4. F

    Disk Serialnumber in PVE -> Host -> Disk

    Hi Aaron, this time I managed to create a diff-output: The curly bracket was indeed the problem why pvedaeom would not restart properly thanks for that. How ever, how do I get the content from my $data->{smartdparam} to properly to the get_smart_data function? In other words: why isn't it...
  5. F

    Disk Serialnumber in PVE -> Host -> Disk

    Very well. Then my patch will work fine for you.
  6. F

    Disk Serialnumber in PVE -> Host -> Disk

    Sure, but as you can see above, with a little bit of udev debugging and adding a few code-lines, you might even resolve that without labeling stickers on your Drive-trays. I encourage you, to run that udevadm info command from earlier and send me the results. I could implement that in my patch...
  7. F

    Disk Serialnumber in PVE -> Host -> Disk

    Sorry about that, I don't consider myself as a coder.... so I have no routine with git at all, but I'll figure it out. Regarding the actual coding: I have totaly overseen, that there is already an if-statement so my if then else is not necessary. How ever, my actual question is, how can I push...
  8. F

    Disk Serialnumber in PVE -> Host -> Disk

    Hi Aron, here's how far I came: I even almost was able to get smart-data, how ever I don't know, how to handle my $data->{smartdparam} correctly to the get_smart_data function. I altered the function call, but no luck: my $smartdata = get_smart_data($devpath...
  9. F

    Disk Serialnumber in PVE -> Host -> Disk

    I tried the udevadm command, here's what I got: udevadm info -p /sys/block/sdb --query all P: /devices/pci0000:00/0000:00:02.2/0000:02:00.0/host2/scsi_host/host2/port-2:2/end_device-2:2/target2:0:1/2:0:1:0/block/sdb N: sdb L: 0 S: disk/by-id/scsi-35000cca072116b7c S...
  10. F

    Disk Serialnumber in PVE -> Host -> Disk

    I really don't want to offend you, but using smartctl --d cciss,X /dev/sdX --all works fine. So why re-invent the wheel in this case and not rely on known APIs and utilities (such as smartmontools)? The p420 is in HBA-Mode, so all disks are directly exposed as directly as one can think.
  11. F

    Disk Serialnumber in PVE -> Host -> Disk

    Are there any plans to correct this, as the displayed information are clearly wrong...?
  12. F

    Disk Serialnumber in PVE -> Host -> Disk

    That must be the explanation for that behavior. So hers' definitely room for improvement. I would love to see the correct serial numbers and the smart status via GUI!
  13. F

    Disk Serialnumber in PVE -> Host -> Disk

    Hi, i recently found out, that the value displayed in PVE-Manager under datacenter -> host -> Disks equals accordingly to the output of smarctcl to the "Logical unit id" rather then the "Serial number", which is confusing. This happens on all Servers having a HP P420 HBA. When using the command...
  14. F

    Attach a disk from another VM - ZFS

    Hi guys, On Oct. 1, 2021 you said: my use-case for this is, when I have to restore a vm to a previous state, to restore some files. The best way so far was to restore the vm in question, add a small transfer-disk - say 1GB to recover the file(s) needed, detach the disk, rename it to match the...
  15. F

    [SOLVED] Unable to create backup group "/mnt/datastore/<datastore>" - Permission denied (os error 13)

    Hi Fabian, I am not to sure, if that was a question or a remark, so here is the full version of what I did: I first created in the GUI the datastore, which was then accessible without any problem. I restored data from the tape using tar -C /path/to/datastore but tar by default restores the full...