mirror of
git://git.proxmox.com/git/pve-storage.git
synced 2024-12-22 13:34:16 +03:00
RBD plugin: librados connect: pass along options
In preparation to increase the timeout for workers. Both existing callers of librados_connect() don't currently use the parameter. Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
This commit is contained in:
parent
e8e477112f
commit
2be327abf6
@ -27,7 +27,7 @@ my $get_parent_image_name = sub {
|
||||
my $librados_connect = sub {
|
||||
my ($scfg, $storeid, $options) = @_;
|
||||
|
||||
my $librados_config = PVE::CephConfig::ceph_connect_option($scfg, $storeid);
|
||||
my $librados_config = PVE::CephConfig::ceph_connect_option($scfg, $storeid, $options->%*);
|
||||
|
||||
my $rados = PVE::RADOS->new(%$librados_config);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user