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
Hi @1076881851 , the name is stored in the metadata service (etcd). When you call client.clear(), the data associated with the connected Vineyardd instance is cleared, but the name remains.
You can use client.list_names('') to get all names and call client.drop_name to delete the name manually at present.
通过client.clear()命令清除所有数据后,client.list_objects('')对象都没了,但是client.list_names('')时name数据都还在
It might be a bug that need support from the vineyard team.
The text was updated successfully, but these errors were encountered: