ustcweizhou commented on issue #3458: Cannot create zone. "Fail to create a physical network" error with VMWare 6.5 hypervisor URL: https://github.com/apache/cloudstack/issues/3458#issuecomment-508838449 @AndreaGHG we also use mariadb cluster in some platforms, there is no issue. Here is part of our galera configuration ``` [mysqld] bind-address=0.0.0.0 binlog_format=ROW default-storage-engine=innodb innodb_autoinc_lock_mode=2 innodb_rollback_on_timeout=1 innodb_lock_wait_timeout=600 max_connections=1000 wsrep_on=ON wsrep_provider=/usr/lib/galera/libgalera_smm.so wsrep_cluster_name="XXX" wsrep_cluster_address="gcomm://X.X.X.1,X.X.X.2,X.X.X.3" wsrep_sst_method=rsync wsrep_node_address="XXXX" wsrep_node_name="XXXX" ```
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
