Search results

  1. J

    [SOLVED] renamed/moved disk image to another vm not consistent between reboots

    That absolutely helps! This works between reboots, yeey :D Reference for other homelabbers: root@homelab:/dev/pve# lvrename /dev/pve/vm-105-disk-1 /dev/pve/vm-100-disk-1 Renamed "vm-105-disk-1" to "vm-100-disk-1" in volume group "pve"
  2. J

    [SOLVED] renamed/moved disk image to another vm not consistent between reboots

    hi I'm migrating a disk image (scsi) from one vm to another, it's just a filesystem on it with configuration files basically. The way I did it was like below, and it works. But after a reboot of the server, the disk image renamed itself back to the old name and therefore is no longer attached...
  3. J

    A wikipage made my day suck

    This post should originally be me asking for help of how to get out out the fucked up mess this wiki page got me into: https://pve.proxmox.com/wiki/Renaming_a_PVE_node Yes, I wanted to rename a node... Fortunately I managed to do it after a while with troubleshooting. So here is the case. Why...
  4. J

    Create zfs fails - gui

    I did the commands in terminal. It complaint about corrupt EFI label root@basement:~# /sbin/zpool create -o ashift=12 homemedia mirror /dev/sdc /dev/sdd invalid vdev specification use '-f' to override the following errors: /dev/sdc contains a corrupt primary EFI label. /dev/sdd contains a...
  5. J

    Create zfs fails - gui

    Hello Running: pveversion --verbose proxmox-ve: 5.3-1 (running kernel: 4.15.18-9-pve) pve-manager: 5.3-5 (running version: 5.3-5/97ae681d) pve-kernel-4.15: 5.2-12 pve-kernel-4.15.18-9-pve: 4.15.18-30 pve-kernel-4.15.17-1-pve: 4.15.17-9 corosync: 2.4.4-pve1 criu: 2.11.1-1~bpo90 glusterfs-client...
  6. J

    Best setup for 2x3TB disks for use in OpenMediaVault vm

    It's probably best to have the host manage mirroring probably? So using disk as a volum in OMV is the way. I'm going to try with zfs as see how that works. I can always redo it if it doesn't work out well. I'll make an update when I'm done. EDIT: What is the dedup option you are talking...
  7. J

    Best setup for 2x3TB disks for use in OpenMediaVault vm

    Hello all I'm struggling with choosing the best configuration for my setup. I'm using `pve-manager/5.3-5/97ae681d (running kernel: 4.15.17-1-pve)` I have a OpenMediaVault in a virtual machine and I want to have my 2x3TB disks in a raid1/mirror and have OMV use the whole for a CIFS share. I...
  8. J

    NoVNC: Kill process? CTRL-c/z doesn't work

    Sorry for late answer. I have been using Putty/terminal lately and all is good there. pveversion -v root@com:/# pveversion -v proxmox-ve: 5.0-15 (running kernel: 4.10.15-1-pve) pve-manager: 5.0-23 (running version: 5.0-23/af4267bf) pve-kernel-4.10.15-1-pve: 4.10.15-15...
  9. J

    NoVNC: Kill process? CTRL-c/z doesn't work

    Title basicly says it. I'm using qemu, noVNC, running CentOS. For example when doing ping, I cannot stop it using ctrl-c, ctrl-z. That normally works on Linux systems... Is there a configuration to pass the ctrl over to noVNC, if that is what needs to be done. I'm pretty New to VE. I'm not...