Search results

  1. Y

    Speed up zfs list -t all

    Hello guys, there is a way to spped up the output of zfs list -t all ? In case of a lot af snapshot, is very very slow .. Thanks
  2. Y

    Wrong free space displayed in LXC

    I have used GUI. Now, deleting sole snapshot i can see the 300G added .. so i think all the space is used by snapshots..
  3. Y

    Wrong free space displayed in LXC

    cat 100.conf arch: amd64 cores: 24 hostname: p-cdn memory: 24576 net0: name=eth0,bridge=vmbr0,gw=185.36.72.1,hwaddr=AA:31:56:3D:2A:7B,ip=185......../22,type=veth onboot: 0 ostype: debian parent: pre_update rootfs: storage:subvol-100-disk-1,size=26300G swap: 0
  4. Y

    Wrong free space displayed in LXC

    No partition o FS, it's a simple VPS LXC, and the host is ZFS.
  5. Y

    Wrong free space displayed in LXC

    Hello, i have i single server with one LXC container. This istance, display a strange output using df root@p: ~ $ df Filesystem 1K-blocks Used Available Use% Mounted on storage/subvol-100-disk-1 25683991936 25506562688 177429248 100% / none...
  6. Y

    Where is defined Thin provisioning?

    Hello, i have seen that if i add a new storage, this is definide by something like zfspool: mystorage pool mystorage content images,rootdir sparse 1 in /etc/pve/storage.cfg My question is, using ZFS, where is defined Thin provisioning? Thanks!
  7. Y

    Snapshot Rollback + Replication issue

    Hello, i have notice this issue: if i try to rollback to a zfs snapshot when proxmox5 replication are active, i can't, it's fail with error: more recent snapshot. So i have to stop and remove replication.. and finally rollback. I'm wrong or is it the only way to rollback ? Thanks!
  8. Y

    What is the differences between Zfs snap and qm snap ?

    What do you mean with "persistent state" ? In some case, qm snap cron jobs fails for qm lock state, instead same cron using zfs snap have no truble .. Do you know why ? Thanks!
  9. Y

    What is the differences between Zfs snap and qm snap ?

    Hello, what is the differences between doing a command line zfs snapshot and qm snapshot vmid ? Thanks!
  10. Y

    Restart or unlock VPS using command line from a specific Cluster node

    Hello, is it possible to manage via command line vps hosted on differents cluster nodes ? Thanks!
  11. Y

    Fresh setup - cant update pve-manager

    Hav you addedd the no-subscription repo to your apt ?
  12. Y

    Cluster without quorum, Nodes doas't join the cluster

    Thanks you very mutch! Finally i hav find the problem: the Third node have some network problem, but this problem is discontinuous; so the pve shared Filesystem lock everithing.... Now i have powered off thi node and all seem good! Thanks !!
  13. Y

    Cluster without quorum, Nodes doas't join the cluster

    Can i use a single node "standalone" ? i wold like to temporary exclude the other two nodes because i think it's a filesytem shared problem ..
  14. Y

    Cluster without quorum, Nodes doas't join the cluster

    Maybe a network LAN problem... i don't know: If i try a qm unlock vmid, everything stops [ 20.500796] vmbr1: port 2(tap305i1) entered blocking state [ 20.500799] vmbr1: port 2(tap305i1) entered disabled state [ 20.500972] vmbr1: port 2(tap305i1) entered blocking state [ 20.500974]...
  15. Y

    Cluster without quorum, Nodes doas't join the cluster

    Seem OK :) 10.10.10.1 : unicast, xmt/rcv/%loss = 10000/10000/0%, min/avg/max/std-dev = 0.023/0.096/0.342/0.048 10.10.10.1 : multicast, xmt/rcv/%loss = 10000/10000/0%, min/avg/max/std-dev = 0.032/0.120/0.362/0.050 10.10.10.2 : unicast, xmt/rcv/%loss = 10000/10000/0%, min/avg/max/std-dev =...
  16. Y

    Cluster without quorum, Nodes doas't join the cluster

    This is the test: root@n1:~# omping -c 10000 -i 0.001 -F -q 10.10.10.1 10.10.10.2 10.10.10.3 10.10.10.2 : waiting for response msg 10.10.10.3 : waiting for response msg 10.10.10.2 : waiting for response msg 10.10.10.3 : waiting for response msg 10.10.10.2 : waiting for response msg 10.10.10.3 ...
  17. Y

    Cluster without quorum, Nodes doas't join the cluster

    root@n1:~# cat /etc/corosync/corosync.conf logging { debug: off to_syslog: yes } nodelist { node { name: n1 nodeid: 1 quorum_votes: 1 ring0_addr: 10.10.10.1 } node { name: n2 nodeid: 2 quorum_votes: 1 ring0_addr: 10.10.10.2 } node { name: n3...
  18. Y

    Cluster without quorum, Nodes doas't join the cluster

    Hello, i hav 3 nodes cluster, this morning VPS are UP but the cluster status was down, no quorum. i have rebooted 2 of 3 nodes ( the nodes without vps ) but not solved.. LAN is ok and hostname /etc/host is ok. I hav also tried to reboot services on all 3 nodes: systemctl restart pve-cluster...
  19. Y

    Grant LXC NFS enable/disable

    Hello, how can i grant the permission to enable or disable NFS on LXC container to a non root user? Thanks!