You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# currently we use the ETCD root password, so we skip the ETCD user creation.
126
-
# res = util.check(etcd.create_etcd_user(data['milvus_etcd_username'],data['milvus_etcd_password'],data['milvus_etcd_prefix']),"create_etcd_milvus_user",True)
logging.error("Could not create milvus SEAWEEDFS accounts", ex)
149
+
returnFalse
150
+
151
+
defcreate_milvus_accounts(data: dict):
152
+
""""
153
+
Creates technical accounts for ETCD and MINIO
154
+
"""
155
+
# currently we use the ETCD root password, so we skip the ETCD user creation.
156
+
# res = util.check(etcd.create_etcd_user(data['milvus_etcd_username'],data['milvus_etcd_password'],data['milvus_etcd_prefix']),"create_etcd_milvus_user",True)
0 commit comments