giovvv's latest activity

  • G
    giovvv reacted to dcsapak's post in the thread Tape inventory questions with Like Like.
    'remove' removes the tape from the inventory without deleting the data from the tape itself (if there is data on it, even the remove won't work by default, only with the 'force' flag) this is the same as 'proxmox-tape media destroy' (not sure why...
  • G
    1. In the "inventory" tab of the "tape backup" screen, what is the difference between the buttons "Remove" and "Format"? (I don't dare to try...) 2. Does "format" obtain the same effect as the shell command "proxmox-tape format"? 3. I tried...
  • G
    giovvv reacted to dcsapak's post in the thread Tape Backup: understanding media sets with Like Like.
    yes this is possible, i'll see if i have time today to test this a bit more (and/or look at the code ;) )
  • G
    I don't think it was "already part of the media set and writeable". The story went this way: 1. I had the mediaset comprising tapes GTD000 and GTD001 (neither was completely full, btw). 2. Using the GUI, I marked both GTD000 and GTD001 as...
  • G
    The setup: it's a PVE 9.1.5 server who launches the backup; it The PBS machine has been recently upgraded to 4.1.2. As reported above, the command that launched this particular backup was: proxmox-backup-client backup giov.pxar:/rpool/giov...
  • G
    This is the log: 2026-02-13T16:48:19+01:00: Starting tape backup job 'giov:vmp0:ibm_lto6:tbj-giov' 2026-02-13T16:48:19+01:00: update media online status 2026-02-13T16:48:19+01:00: media set uuid: [...] 2026-02-13T16:48:20+01:00: found 1 groups...
  • G
    @dcsapak I am reopening this old thread because I have the same problem as the OP. Apparently either this still has not been fixed/documented, or I don't understand how it works. I have a standalone tape drive, and I perform small backup jobs...
  • G
    giovvv replied to the thread upgrade to proxmox 9 - lvm config.
    thanks!
  • G
    giovvv reacted to Impact's post in the thread upgrade to proxmox 9 - lvm config with Like Like.
    It shouldn't be needed but try this apt -o Dpkg::Options::="--force-confask" install --reinstall lvm2 This can help to check for files which were modified apt install -y debsums # Configs debsums -es # All debsums -as In case you wonder...
  • G
    Hello, I have succesfully completed the upgrade from pve 8 to 9. I have read too late this note in the configuration instructions: /etc/lvm/lvm.conf -> Changes relevant for Proxmox VE will be updated, and a newer config version might be...