Recent content by bibax

  1. B

    [SOLVED] Configure ZFS Replication

    Ok, I will study that. Thank you for your reply and have a nice day!
  2. B

    [SOLVED] Configure ZFS Replication

    Hi Dietmar! It works now! Thank you. One more question, I don't see the vm on proxmox2. So how can I try the replication of the VM 100? And how could I restart my vm on proxmox2. Do I have to use HA for this? kind regards
  3. B

    [SOLVED] Configure ZFS Replication

    Hello everybody, I would set up a zfs replication between 2 proxmox nodes (it's a cluster of 4 nodes) : proxmox and proxmox2 proxmox : pveversion pve-manager/5.0-23/af4267bf (running kernel: 4.10.15-1-pve) proxmox2 : pveversion pve-manager/5.0-23/af4267bf (running kernel: 4.10.15-1-pve I...
  4. B

    Ceph in proxmox cluster

    Hi, Do you think that this architecture will work : - A proxmox cluster with 3 nodes (P1, P2, P3) - Setting up a mon on each node - Add only osd on 2 nodes (P1 and P2) so the last node (P3) has no osd - Set a rule to say that all VM will restart on the node wich have the other osd : vm on P1...
  5. B

    Ceph in proxmox cluster

    Hi, Can you explain why? If i have 3 nodes, the quorum will be good to know if az node is down. And if server are on the node which is down, all server (virtial) will go on the other server which have ceph (if i specify on which node migrate virtual server)? Is there a limit directly on ceph?
  6. B

    Ceph in proxmox cluster

    Hi, I need to have some advice on a new architecture. I want to install a cluster (with 3 nodes) but I want Ceph on only 2 of them. Is it possible to have a shared storage only on 2 nodes (with HA configured to restart vm on the second with Ceph) and an other node with only local storage...
  7. B

    random Read only filesystem

    Hi, I have an issue with a filesystem on a centos virtual sever. The virtual server has 2 virtual disk. One for system (50 Go) and the other for datas (19 To). Filesystem on data is ext4 on lvm volume. At the beginning, I had no issue because I copied 11 To on the disk without any problem. But...
  8. B

    Cpu Unit and virtual processor

    Hello, I have some questions about cpu for kvm... The beginning of this is that I have a Windows server which had frozen many times... It had 2 sockets and 4 cores so I upgraded it to 4 sockets and 4 cores. It was better because the CPU utilization of the VM evolved from 100% to 70% at the max...
  9. B

    Error with qmrestore in a script launch by crontab

    OK It's good now. I set the rights to 777 on the script and it's good. It was 755 before. Thank you!
  10. B

    Error with qmrestore in a script launch by crontab

    Hi, This is new pveversion : # pveversion -v pve-manager: 3.0-23 (pve-manager/3.0/957f0862) running kernel: 2.6.32-20-pve proxmox-ve-2.6.32: 3.0-100 pve-kernel-2.6.32-20-pve: 2.6.32-100 lvm2: 2.02.98-pve4 clvm: 2.02.98-pve4 corosync-pve: 1.4.5-1 openais-pve: 1.1.4-3 libqb0: 0.11.1-2...
  11. B

    Error with qmrestore in a script launch by crontab

    New element : From command line, if I run : /bin/tcsh -x /ga/scripts/restore.tcsh -vms 101 -vmd 201 I have the problem /bin/tcsh -x /ga/scripts/restore.tcsh -vms 101 -vmd 201 if ( 4 < 1 ) then @ i = 1 while ( 1 < = 4 ) switch ( -vms ) @ i++ set VMIDS = 101 breaksw @ i++ end while ( 3 < = 4 )...