Skip to content

Commit

Permalink
dnm: test increasing ceph timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-urdin committed Oct 8, 2024
1 parent a537a58 commit 4c320e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gnocchi/storage/ceph.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
cfg.StrOpt('ceph_secret', help='Ceph key', secret=True),
cfg.StrOpt('ceph_keyring', help='Ceph keyring path.'),
cfg.StrOpt('ceph_timeout',
default="30",
default="60",
help='Ceph connection timeout in seconds'),
cfg.StrOpt('ceph_conffile',
default='/etc/ceph/ceph.conf',
Expand Down

0 comments on commit 4c320e6

Please sign in to comment.