Search results

  1. M

    [SOLVED] Erroneous sense key warnings on SAS SSD

    I manually updated smartmontools to latest 7.4 stable and the erroneous errors seem to have vanished from the kernel log. To do this you have to edit sources.list: editor /etc/apt/sources.list and add the bookworm-backports repo to the line with "main" so it ends up like(it will only affect...
  2. M

    moving VM between hosts maintaining snapshots?

    doing more tests ended up using these commands logged on old server: zfs send -LcR rpool/data/vm-109-disk-0@replica | ssh [new server ip] zfs recv rpool/data/vm-109-disk-0 i then copied the config file with: scp 109.conf root@[new server ip]:/etc/pve/qemu-server For some reason the SSD...
  3. M

    moving VM between hosts maintaining snapshots?

    it seems i will have to use zfs send/receive then, will have to do some tests
  4. M

    moving VM between hosts maintaining snapshots?

    Hello, i've been googling a lot and i can't find a single satisfying answer to this: I have a pve 7.4 host and i want to migrate the VMs -preserving ALL snapshots- to a 8.3 host, they're not part of a cluster(and they won't be), both use ZFS as local storage. I've tried backup/restore it does...
  5. M

    [SOLVED] Erroneous sense key warnings on SAS SSD

    Hello, i've just installed PVE 8.3 on a Dell R730 with several SAS SSDs and i've noticed the following erroneous warnings on kernel log for every drive: [ 2038.529350] sd 0:0:6:0: [sdd] tag#104 Sense Key : Recovered Error [current] [ 2038.529400] sd 0:0:6:0: [sdd] tag#104 Add. Sense: Grown...
  6. M

    [SOLVED] PVE 6.2 fails to start on HP DL380G5

    Ogus, hi, after a LOT of fiddling, it turns out there are two settings that make it work: In the BIOS the power regulator must be set to "HP dynamic power"(i haven't tested static low or high as i don't want those), setting it to "OS Control" yields the boot hang. The boot parameter...
  7. M

    [SOLVED] PVE 6.2 fails to start on HP DL380G5

    Hello, i cannot make PVE 6.2 work on this server at all, first install works and then on next boot it fails to boot after a warning it hangs for ~ 5 minutes, then gives lots of timeout errors and hangs, this is the screen capture: Server is a DL380G5 performance model with 2xE5450, 28GB RAM...