Skip to content

Commit

Permalink
Temp Test Commit
Browse files Browse the repository at this point in the history
Signed-off-by: Utkarsh Bhatt <[email protected]>
  • Loading branch information
UtkarshBhatthere committed Nov 7, 2023
1 parent b0fb8ee commit aaf2f11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microceph/cmd/microceph/cluster_bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ func (c *cmdClusterBootstrap) Run(cmd *cobra.Command, args []string) error {
data, e = getCephBootstrapData(util.NetworkInterfaceAddress())
}
if e != nil {
return fmt.Errorf("failed to parse bootstrap data: %w", err)
return fmt.Errorf("bootstrap failed, unable to parse data %v: %w", c, e)
}

// Bootstrap microceph daemon.
Expand Down

0 comments on commit aaf2f11

Please sign in to comment.