Search results

  1. R

    Move VM and Snapshots to a new LVM volume

    Ok, going slowly ahead. So I've found that I need to create logical volume with the same size at first and use dd only then. So this is good for main disk. But I can't find how to copy snapshot in the similar way as it is not seen at the source. For example my snap info: snap_vm-180-disk-0_snap1...
  2. R

    Move VM and Snapshots to a new LVM volume

    Its not about comfortable way at all. VMs has snapshots, I can't delete them right now, they are needed. So I have no other options left. Its strange that Proxmox still does not support such thing. In Vmware's world its easy as 1 2 3... Reboot is not an option too. I guess we are missing...
  3. R

    Move VM and Snapshots to a new LVM volume

    waltar, are you sure that dd command if enough? Because when I used this command, copied config, edited everything, VM is not able to start and complains that logical volume is not found. Maybe I need some additional command to fix this (before or after dd)? Even dir output shows that copied...
  4. R

    Move VM and Snapshots to a new LVM volume

    Waltar, will this one command will copy main disk and related snapshots. I'm asking because my test VM has only one entry in /dev/pve directory even it has snapshots.
  5. R

    Move VM and Snapshots to a new LVM volume

    waltar, big big thanks for your help. My situations is more or less as you say. Default installation with pve volume group and "data" thinpool in it and added local-lvm storage (LVM-Thin type). So I added aother disk, created another volume group pve2, another "data2" thinpool and added another...
  6. R

    Move VM and Snapshots to a new LVM volume

    Fiona, could you give exact commands as example, how to copy disks and snapshots?
  7. R

    Proxmox VM and the two nics

    Hi, I thought one more time and maybe you are right, I'll leave this idea alone. Ended with different IP from different subnet.
  8. R

    Proxmox VM and the two nics

    Hi, I've encountered one problem and do not know how to solve it. My nic config: iface eno1 inet manual iface eno1.20 inet manual iface eno1.191 inet manual auto vmbr20 iface vmbr20 inet static address 172.18.16.250/16 gateway 172.18.16.254 bridge-ports eno1.20 bridge-stp off...
  9. R

    Network interfaces names question

    Hi, I've created following network setup: iface eno1 inet manual iface eno1.191 inet manual auto vmbr191 iface vmbr191 inet static address 192.168.0.1/24 bridge-ports eno1.191 bridge-stp off bridge-fd 0 I can see vmbr191 interface after proxmox restart. But...
  10. R

    Bridge creation question

    Hi, I wonder - is there any particular reason I'm not able to create bridge with my own name via GUI? If I create such bridge via shell - GUI displays bridge type as unknown.
  11. R

    Proxmox install on Debian questions

    Hi, I know that its perfectly possible to install Proxmox over Debian. But I have some questions: 1. As I can understand that when I'll install proxmox, debian kernel will be replaced to newer one. Will such install replace some other older debian packages? Will I encounter some additional...
  12. R

    Network wifi interface is unknown in proxmox

    Hi, Just purchased Lenovo m70q machine and installed newest proxmox right away. lspci output: 00:14.3 Network controller: Intel Corporation Comet Lake PCH CNVi WiFi When I log on into shell, is seems that debian recognises this adapter, I can bring if up, scan networks, but Proxmox GUI shows...