Search results

  1. T

    How to attach ZFS volume to PVE 5.2

    the right command is below and it works on PVE: zpool import https://docs.oracle.com/cd/E19253-01/819-5461/gazru/index.html for someone like me: zfs command have its own arguments (destroy, mount etc) tyvm anyway!
  2. T

    How to attach ZFS volume to PVE 5.2

    unrecognised command 'import' ((
  3. T

    How to attach ZFS volume to PVE 5.2

    thanx for quick reply jim.bond.9862!!! sounds perfect to me - will test and report back! and if I will mount to PVE installed on ext4? I really need more robust solution regarding missing UPS and other concerns till I make a proper setup...
  4. T

    Problems with web-interface on PVE 5.2 host

    I freshly installed PVE 5.2 and have some issues w network: it worked well, then suddenly (while preparing VM for Graphics passthrough) I lost web-interface from external machine on same network. I managed to finish passing through GPU to one of VMs and webinterfece generally works from VM...
  5. T

    How to attach ZFS volume to PVE 5.2

    Good evening forum! I have a HDD with a ZFS volume made in PVE 4.3.x, I stored all VM disks there, so: how do I open/attach this volume in freshly installed PVE 5.2 please to read those VMs disks? I installed PVE 5.2 on ZFS formatted volume as well. I'm afraid I do not really understand all...
  6. T

    no boot after server reboot on vm clone from web GUI

    Thanx Tom! I will try to refraze my quesdtions: 1. may I use zfs lvm and its contents on another PVE install of same or different version of PVE plz? and how to mount it there without destroying its contents? 2. May I use old disks on new VMs and how naming works if I use em on another system?
  7. T

    no boot after server reboot on vm clone from web GUI

    plz, nobody can tell me whats happend? and if VM disks are of any use for recovery? cheerz!
  8. T

    no boot after server reboot on vm clone from web GUI

    hello forum! PVE 4.4.35 GRUB is booting but shortly after I have this PANIC: emergency USB boot also stucking in some loop: I was cloning some not running VM from webinterface on another running vm, server got frozen on about 53% of cloning, then I'v seen it as on photo 2. Questions: 1...
  9. T

    [SOLVED] Wrong video card pci-e slot selected in BIOS, PVE NO BOOT, but stuck on boot with misleading error

    FIXED! with changing in BIOS to a proper value in "Boot pci-e slot priority" Seems like motherboard will just select next slot if the video card is not available in prioritized, but PVE just hangs. Good luck!
  10. T

    [SOLVED] Wrong video card pci-e slot selected in BIOS, PVE NO BOOT, but stuck on boot with misleading error

    OK - not booting again, just changed the order of video cards back, even adding back ATI 6670, so it has nothing to do w: [ 3.306785] systemd-sysv--generator[1409]: Ignoring creation of an alias umountiscsi.service for itsel
  11. T

    [SOLVED] Wrong video card pci-e slot selected in BIOS, PVE NO BOOT, but stuck on boot with misleading error

    OK, seems it's solved: I did change video card config while was moving into the case, I had 3 video cards: ATI r9 280x for passthrough, Nvidia 1060 for passthrough and ATI 6670 for Proxmox, so I removed the last one while was assembling a case and everything seems to work but no boot... So I...
  12. T

    [SOLVED] Wrong video card pci-e slot selected in BIOS, PVE NO BOOT, but stuck on boot with misleading error

    I have a PVE 4.4.35-1 server without a case, just on the table for two years, using it as a desktop with various VMs with video cards passthrough and had to move it to the office now, so assembled it into a case and now it is not booting! I have 250 GB SSD with the system and most used VMs and...
  13. T

    ¿Simple way to backup all proxmox VE to internal disk, and update buckup later on?

    Hi all! I'm using PVE 4 at homelab to host 10+ VMs, using all w passthrough videocards. I have 250 ssd and 2tb hdd and want to add another 250ssd. All ZFS. I need to backup all my VE, not just vms. I know its fantasy, but imagine osx timemachine hdd for entire pve. 1. Is there a way to...
  14. T

    any SIMPLE way to share files between VMs please?

    any easy/simple way to make sharefolder on top of ZFS? I need to share drivers and programs, not .iso's between VMs HomeLab Setup I have now: Proxmox 4.6, ZFS on both 250 GB SSD w Proxmox and 2TB HDD to store VMs I use mostly Win & OSX VMs, use a bit Linux as well, I do not mind install a VM...
  15. T

    How to move VMs including templates to another disk in the same server (ZFS) PVE 4.4

    Thanx Wolfgang! Did not realised first it's in Hardware-HardDisk of VMs, so used clone but definitely will use it! How can I rename manually disk names please?
  16. T

    Rename VMID

    seems like it is! I donnow how to find disks!!! I added new HDD w following commands: zpool create -f storage01 /dev/sdb and added it on PVE GUI, Datacenter -> Storage -> Add: ZFS everything is working, I cloned VM vDisks there, but... storage01 is empty - how do I find disk files please to...
  17. T

    Install onto MacBook Pro (Late 2011)

    Hi! How it was finally? Did you manage to run PVE on MBP? I want to run it on rMBP 2012 w GT650 passthrough, have similar setup on server hw. cheers
  18. T

    Rename VMID

    I need to rename manually VMIDs So I just rename .conf? like: mv 101.conf 100.conf does vDisk names have to be renamed as well (filename and path in .conf)? IS ANYTHING ELSE HAVE TO BE RENAMED? thanx in advance!
  19. T

    How to move VMs including templates to another disk in the same server (ZFS) PVE 4.4

    OK - good strategy! Thanx a lot! But for now as my main disk is 100% full (39MB available), may I just make new VMs/templates from each to a new local disk w "Create VM"? 1. Make a new full VMs from each template to a new HDD 2. Convert all of them back to templates on same new location and...
  20. T

    How to move VMs including templates to another disk in the same server (ZFS) PVE 4.4

    is this relevant to raw ZFS too? http://chari.titanium.ee/copy-proxmox-linked-clone-to-new-server/ Copy proxmox linked clone to new server 2015/12/11 Bharath Chari Hardware, Tips and Tricks, Virtualization These instructions are for Proxmox, but the general principle applies for all qemu...