Search results

  1. P

    [SOLVED] Summary of used RAM in a pool

    Is there a way to get a summary from the used RAM for all LXC containers in a pool?
  2. P

    Block IP ranges globally for cluster and all VM/CT's

    This is the right place? /etc/pve/firewall/cluster.fw [IPSET blacklist] I'm looking for a solution to block all IP addresses from RU. Can proxmox firewall handle such large ipset?
  3. P

    Block IP ranges globally for cluster and all VM/CT's

    Hi, Is it possible to block a list of IP ranges globally for a Proxmox cluster, and all VM and CT's, even if the firewall is not enabled in the VM's?
  4. P

    Migration from 6.4 to 7.0

    LXC containers with Ubuntu 14.0 wil not start any services. Nesting=on solves the problem
  5. P

    [SOLVED] List all VM's in specific pool with PVESH

    With more fields like vmid, name & node: export mypool="pool1";pvesh get /cluster/resources --type vm --output-format json |jq '.[]|select(.pool == env.mypool)| .vmid, .name, .node' | tr -d \" | awk 'NR%3{printf "%s ",$0;next;}1' | column -t | sort -k1 -n
  6. P

    [SOLVED] List all VM's in specific pool with PVESH

    pvesh get /cluster/resources --type vm => get VM list pvesh get /pools/xxx => show al members from pool xxx But how can I get a list of all VM's from pool xxx with pvesh?
  7. P

    PBS iptables

    You can use UFW for firewalling: apt-get install ufw ufw allow ssh ufw allow 8007/tcp ufw enable
  8. P

    Traffic usage with external PBS server

    I have a question about traffic usage between PBS client and server (to keep the traffic billing low as possible :)) When creating a backup from a VM directly to a external PBS server, does PBS client only sends the data differential to the server? Or must I use a PBS server locally and sync...
  9. P

    iscsi-zfs or iscsi proxmox storage

    Problem with Proxmox backup is that LXC containers on a NFS share are suspended during backup. Are snapshots possible with LXC containers on a ISCSI drive?
  10. P

    LXC snapshots with TrueNas storagebox

    Currently I'm using KVM and LXC on a NFS share on a Proxmox cluster, but it's not possible to make snapshots with LXC. Can ISCSI with LVM as shared storage be a solution. So create a single iSCSI LUN that can be shared for all nodes. Or any thoughts?
  11. P

    [SOLVED] Owner backup failure user@pbs != root@pam

    Creating a new dataset and set user@pbs = admin in Permissions works.
  12. P

    [SOLVED] Owner backup failure user@pbs != root@pam

    Ok, that explains why. So normally each datastore has his own disk. Can I create multiple datastores on one disk?
  13. P

    [SOLVED] Owner backup failure user@pbs != root@pam

    I have 2 PBS storages mounted in a Proxmox cluster. I want to backup specific VM's to the second PBS storage. Both have datastore/backup as location (but with different storage mount in PVE cluster) and user@pbs has rights on datastore/backup. PBS -> root@pam on datastore/backup UserPBS ->...
  14. P

    [SOLVED] remove chunks from aborted partial pxar backup

    There is no way to manually sweep pending removals?
  15. P

    Howto let user restore his own backups

    On a Proxmox cluster backups from all the VM's are daily made to PBS. Is it possible that a user (with only PVEVMUser permissions for a VM) can restore PBS backups by himself. The problem is that the user under Backups for his VM sees an empty Storage
  16. P

    [SOLVED] tmpdir setting in vzdump.conf is ignored

    I had the latest updates from a week ago. Today I updated again and the tmpdir worked,
  17. P

    [SOLVED] tmpdir setting in vzdump.conf is ignored

    With the latest updates from pve-manager it works now.
  18. P

    [SOLVED] tmpdir setting in vzdump.conf is ignored

    I have a Proxmox 6.2 cluster with this settings on each node: /etc/vzdump.conf: # vzdump default settings tmpdir: /var/lib/vz/dump #tmpdir: DIR #dumpdir: DIR #storage: STORAGE_ID #mode: snapshot|suspend|stop #bwlimit: KBPS #ionice: PRI #lockwait: MINUTES #stopwait: MINUTES #size: MB...
  19. P

    Kernel Oops with kworker getting tainted.

    I had issues with multiple hosts, after changing to NFS v3 no more issues.
  20. P

    Kernel Oops with kworker getting tainted.

    After disabling NFS4 mount I had also no issues.