Search results

  1. B

    Proxmox VE 5.4 released!

    Merci à toute l'équipe. C'est un bon cru. Congratulations.
  2. B

    My POC : Multi CAAS, PAAS,SAAS HPC on PROXMOX

    The images of my POC with several open-source projects, it just misses the GPUs.
  3. B

    Bug : Cephfs -mgr in ceph 12.2.11

    Bonjour, After restarting all my servers, CephFS on MGR is displayed very well.
  4. B

    Bug : Cephfs -mgr in ceph 12.2.11

    The migration worked well!!!
  5. B

    Bug : Cephfs -mgr in ceph 12.2.11

    After the migration of ceph to version 12.2.11, no display cephfs at ceph mgr.
  6. B

    New plugin foreman-proxmox

    Just to announce the arrival of the new foreman-fog-proxmox plugin in the FOREMAN project. Many thanks to Tristan ROBERT. https://github.com/theforeman/foreman_fog_proxmox Merci.
  7. B

    Big proxmox installations

    I already use it when I create external glusterfs storage clusters. I thought especially when it's done directly with proxmoxve. there is even ovirt-web for gluster (Not Ovirt-web virtualistaion) which allows to autamatise the deployment of clusters on a large scale.
  8. B

    Big proxmox installations

    What you say is not true. Sorry for your experience, but your experience is not ours. @fabian and @wolfgang have answered well. @spirit Alexandre has answered well, his company and well placed especially 100% HA. I deployed a lot of Proxmoxve clusters, with OpenFiler, FreeNAS, Ceph, Glusterfs...
  9. B

    Big proxmox installations

    The compagny of Alexandre : 4em. Good!!! Proxmoxve+Ceph : Odiso http://www.01net.com/services/indicateurs-ip-label/hebergement-en-haute-disponibilite/ Aller Alexandre et Aller l'OM :-) Thank's.
  10. B

    Proxmox VE 5.2 released!

    Congratulations and thank's to all the team proxmox ve. A good product. Merci.
  11. B

    Big proxmox installations

    Ovirt and Redhat use Gluster (me too). There is a new standard CSI Common Storage Interface ) that is used by other projects CAAS, like the Common Network Interface (CSI) for the network. We will see more. Our friend spirit (Alexandre Derumier -team proxmoxve- ) uses a lot of CEPH.
  12. B

    Big proxmox installations

    Soon an Cluster external with Ceph or Gluster 4.0, Web-gui for Ovirt (Just web for Gluster not for Virtualization) can automate the deploiment...
  13. B

    Big proxmox installations

    Ceph and Glusterfs Interne + Externe cluster Ntfs on Centos
  14. B

    Big proxmox installations

    For hardware: ASUS RS700-E8 servers with 2 CPU XEON (12vcpu) and ASUS ESC 4000 G3S (To add GPU, dcos/mesos manage already GPU, soon pve?) + 5 SSD + 64 GB RAM + 2 * 10G / bits Network.
  15. B

    Big proxmox installations

    Yes, I deploy dcos/mesos on vms, the advantage is that you can deploy multiple clusters dcos/mesos on the same cluster Proxmoxve, for different departments, without overlapping, and use the security of an IAAS ( Proxmoxve, Openstack), which is not the case if you deploy it bare-metal. The...
  16. B

    Big proxmox installations

    What you think about mine? :-)
  17. B

    Bug Glusterstorage

    Merci, I added a server NFS with Centos and it works on the 3 servers. But Glusterfs only works on the first two !!! Maybe it takes another port by brick?
  18. B

    Bug Glusterstorage

    Thank's Dominique, Sorry i don't miss 2049, i use it in rule for NFS directly : # On autorise la connexion nfs mount iptables -t filter -A INPUT -p tcp --dport 111 -j ACCEPT iptables -t filter -A OUTPUT -p tcp --dport 111 -j ACCEPT iptables -t filter -A INPUT -p udp --dport 111 -j ACCEPT...
  19. B

    Bug Glusterstorage

    My firewall rules from glusterfs : # On autorise les connexions GLUSTER comme SAN iptables -t filter -A INPUT -p tcp --dport 111 -j ACCEPT iptables -t filter -A OUTPUT -p tcp --dport 111 -j ACCEPT iptables -t filter -A INPUT -p udp --dport 111 -j ACCEPT iptables -t filter -A OUTPUT -p udp...