Skip to content

Commit

Permalink
Fix keyring name
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacKhor committed Apr 22, 2024
1 parent 153b6a6 commit 3680adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/imgtool.cc
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ int main(int argc, char **argv)
}

rados_t cluster;
int err = rados_create2(&cluster, "ceph", "admin.lsvd", 0);
int err = rados_create2(&cluster, "ceph", "client.admin", 0);
check_ret_neg(err, "Failed to create cluster handle");

err = rados_conf_read_file(cluster, "/etc/ceph/ceph.conf");
Expand Down

0 comments on commit 3680adf

Please sign in to comment.