Garage v1.0 #683

Merged
lx merged 119 commits from next-0.10 into main 2024-04-10 15:23:13 +00:00
Showing only changes of commit 431b28e0cf - Show all commits

View file

@ -514,7 +514,7 @@ impl System {
if let Err(e) = c if let Err(e) = c
.publish_consul_service( .publish_consul_service(
self.netapp.id, self.netapp.id,
&self.local_status.load_full().hostname, &self.local_status.load_full().hostname.as_deref().unwrap(),
rpc_public_addr, rpc_public_addr,
) )
.await .await
@ -541,7 +541,7 @@ impl System {
if let Err(e) = publish_kubernetes_node( if let Err(e) = publish_kubernetes_node(
k, k,
self.netapp.id, self.netapp.id,
&self.local_status.load_full().hostname, &self.local_status.load_full().hostname.as_deref().unwrap(),
rpc_public_addr, rpc_public_addr,
) )
.await .await