Search results

  1. H

    [solved] resizing pve node partitions

    hello i would like to steal some space from pve-data and allocate it to pve-root. Is booting from gparted live and doing it via the gui a possible solution? Thanks edit: found this thread https://forum.proxmox.com/threads/pve-root-directory-runs-out-of-space-why-and-what-should-i-do.102988/
  2. H

    storages are gone

    hi all, trying to recover from a catastrophic power failure and running into dead ends... hoping someone can help. My PVE node was booting to a grub - unknown filesystem error. I was able to run fsck on /pve/root and bring it back to bootable but running into this problem: # lvconvert --repair...
  3. H

    [solved] VM snaphot - sdb sdc sdd scrambled after rollback

    Hi Ver.6.3-3 I have 3 mounted drives scsi1/scsi2/scsi3 setup as sdb/sdc/sdd respectively take snapshot then rollback to snapshot and blk devices are scrambled ex. scsi1 - becomes sdd (was sdb) scsi2 stays sdc scsi3 - becomes sdb (was sdd) This screws up my mounts in fstab. Question...
  4. H

    [solved] snapshot@vm - question - RAM / no RAM

    Hello, Ver 6.3-3 I am curious about snapshots of my ubuntu vm: When I create snapshots with RAM enabled, there is automatically an entry for a ZFS dataset of 21.1 GB added - regardless of filesystem changess. hmir/data/vm 194G 953G 96K /hmir/data/vm...
  5. H

    ubuntu server install error loop: Cannot write log (is /dev/pts mounted?)

    Not sure this is proxmox related but here goes: PVE 6.3-3 ubuntu-20.04.1-live-server-amd64.iso on 32 GB ZFS all settings vanilla
  6. H

    ZFS dataset question (simple)

    I am stuck with this one and I know it should be a simple answer, so sorry in advance... zvol/henry/CQFsync 3.10G 4.90G 96K /zvol/henry/CQFsync zvol/henry/CQFsync/subvol-100-disk-0 3.10G 1.90G 3.10G /zvol/henry/CQFsync/subvol-100-disk-0 This...
  7. H

    apt update gives error on fresh PVE 5.3-5 install

    I modified /etc/apt/sources.list as outlined here. Still, I end up with this nuisance message: Reading package lists... Done E: The repository 'https://enterprise.proxmox.com/debian/pve stretch Release' does not have a Release file. N: Updating from such a repository can't be done securely...
  8. H

    [SOLVED] Cant restore container.

    Doesn't matter where I attempt to restore it. Gives me this error every time. TASK ERROR: unable to detect disk size - please specify mp2 (size) Config: arch: amd64 cores: 8 hostname: uni-plx-sync memory: 4096 mp0: torrent:subvol-123-disk-1,mp=/media/torrent,size=400G mp1...
  9. H

    [SOLVED] Snapshot of CT failing

    Hi I am getting the error: zfs error: For the delegated permission list, run: zfs allow|unallow After attempting a snapshot of my container. There is little to no explanation to what this means, as far as I can tell.
  10. H

    QEMU agent

    Hi there For whatever reason if I enable QEMU agent in the Options, my Win 10 guest doesn't make it to the login screen (it just stays black). Any reason why this might be?
  11. H

    noVNC window floating around?

    Anyone know why when I open up a noVNC window and drag is to another monitor that it "creeps" around all by itself? At first it moves quite alot, then it just slowly moves around... Weird.
  12. H

    No space in local

    B Hi Proxmox reports having some 10G free but gives a "no space left on device" error when I attempt to upload an 5GB ISO. Question 1: Why is it doing this? Question 2: How can I: A) Increase "local" storage size, and B) upload anything to "local-lvm" as the upload button is greyed out
  13. H

    CPU cores/sockets

    I have read conflicting recommendations regarding assigning cores/sockets. Looking for clarity: Hardware: 8 x AMD FX(tm)-8350 Eight-Core Processor (1 Socket) VM: Windows 10 Pro, acting as a NVR for IPCamera's. Container: Debian 9 running Plex media server and some other services...
  14. H

    Mounting directory from within container

    Trying to simply mount a directory from the PVE node to the container. # sshfs root@192.168.1.222:/zvol/henry/hsync /media/plex/ fuse: device not found, try 'modprobe fuse' first I have installed sshfs and I can ssh in just fine. Googling yielded no obvious solutions...
  15. H

    Cannot console into newly created container with VLAN

    I can't get a console after creating a container with a tagged VLAN. Console is just a black pane. Ubuntu or Debian, both same result.
  16. H

    [container] Console "connected" w/black screen

    the console will not show the login prompt. when I remove the VLAN tag, console works. when I add the VLAN tag, console wont work. ping tests to container when using VLAN = OK.
  17. H

    error - trying to mount a directory between two containers

    im sure this is a stupid question, but... I keep getting this error: command 'mkfs.ext4 -O mmp -E 'root_owner=0:0' /zvol/henry/tmp/images/123/vm-123-disk-1.raw' failed: exit code 144 (500) and all I am trying to do is add this directory to a couple of containers to transfer some data.
  18. H

    [error] cant delete unused disk

    I deleted the ZFS storage first from the datacenter, and now there's an entry in the resources tab of my container for an "unused disk" that I cannot rid myself of. I already destroyed the ZFS filesystem so not sure what to do now...
  19. H

    problem while importing zpool?

    Hi there, I have abandoned FreeNAS as I found the bhyve VM support for windows machines (on an AMD chip) dreadful. I am excited to be migrating to proxmox as it looks very powerful. I have a mirrored zpool named "zvol", which is functioning without error on FreeNAS. after running: #...