Search results

  1. V

    Network migration fail with "failed to parse api response" in network selection

    I don't know if this has already been considered but the problem was that one of the two nodes was in DHCP, once the static IUP was set the problem disappeared, at least in my case.
  2. V

    Proxmox Datacenter Manager - First Alpha Release

    I have this problem: Only on that Target Remote.
  3. V

    Proxmox Datacenter Manager - First Alpha Release

    I also encountered this other problem: If you choose not to delete the VM, on the source node the VM can no longer be deleted (at least not easily but I haven't found how). It was an LXC container and I used the command to unlock a VM. :eek: Thanks for your work!
  4. V

    Proxmox Datacenter Manager - First Alpha Release

    While testing moving an LXC container from one system to another I noticed the following problems: In the logs the movement progress did not create a new line. The VM ID is not the one set in the migration configuration window but remains the original one. Once I close the Task Viewer window I...
  5. V

    Proxmox Datacenter Manager - First Alpha Release

    Really interesting project. If I may suggest which features you should focus on, these are the ones I would most like to have: Improve VM and LXC migration by overcoming current limitations. Improve Remotes cluster management. In particular, if the pve node that was connected to the pdm is the...
  6. V

    PVE 8.3.1 not able to create LXC or VM in WebGUI

    So we just have to wait, sorry for the duplicate topic. In my defense I looked but it couldn't find it.
  7. V

    PVE 8.3.1 not able to create LXC or VM in WebGUI

    When I try to create a VM or LXC from WebGUI I get the following error: Creating filesystem with 20971520 4k blocks and 5242880 inodes Filesystem UUID: 7fea1f39-1b4d-4822-bbc2-1b0c33059eb3 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632...
  8. V

    Remove and re-add cepf OSD

    Updates. The problem seems to be resolved, at least in part, if the matadata servers are stopped. I say "at least in part" because some OSDs still require one manual start. The system where I tested this solution is not the same but the Ceph versions are the same. pveversion -v proxmox-ve...
  9. V

    Use TAPE outside of PBS backups

    I'm afraid we're not understanding each other with the terminology. :) Probably not the correct one but for me: cartridge drive changer/library: where the cartridges are parked and available to be loaded into the drivers. Tape The TS4300 is something very similar to the previous...
  10. V

    Use TAPE outside of PBS backups

    With "PBS expect to use the full tape" do you mean the whole tape or the single cartridge? Also, can the file archiving activity be done with PBS or does it only take care of its own backups?
  11. V

    Use TAPE outside of PBS backups

    In the company we have a TS4300 that we currently use with Veeam. In addition to managing backups of a VMware environment, we use it to archive files that we consider no longer "hot" but we don't want to delete them. Since we are planning to switch everything to Proxmox, I would like to switch...
  12. V

    TAPE connection

    The problem was the SAS card. I tried with another, more recent, SAS card and managed to connect the Drivers and the Changer.
  13. V

    Remove and re-add cepf OSD

    No! In reality the problem I reported is exactly this! It won't let me add new OSDs.
  14. V

    Restore VM with disks in different storages.

    Interesting! Maybe if I modify the configuration file I could do a direct restore. The problem with editing it is that it appears encrypted. Is there a way to change it?
  15. V

    Restore VM with disks in different storages.

    So if you wanted to restore the machine on another server the storage names should be the same.
  16. V

    Restore VM with disks in different storages.

    Restoring to a VM from WebGUI lets you choose only one storage for the restore. This is problematic given that very often if I have a VM with two disks on two different storage it's because I don't have the space I need on just one. So I couldn't do the restore. Is there a way, even in CLI, to...
  17. V

    Remove and re-add cepf OSD

    Done, no improvements or changes.
  18. V

    Remove and re-add cepf OSD

    ceph osd crush set-device-class hdd osd.0 osd.1 osd.2 Error EBUSY: osd.0 has already bound to class 'os', can not reset class to 'hdd'; use 'ceph osd crush rm-device-class <id>' to remove old class first So I run: ceph osd crush rm-device-class 0 ceph osd crush rm-device-class 1 ceph osd crush...
  19. V

    Remove and re-add cepf OSD

    I delete the OSD by Stop -> Out -> Destroy, all in the WebGUI. How you do it?