diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-09-18 07:00:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-09-18 07:00:59 +0000 |
commit | 3e6b5bf3b0e09e6bd27939267416d5b9c280082e (patch) | |
tree | 9fdac2bedcc6630d293bd7d0ea5705e7703e70d3 /share/cron | |
parent | Releasing debian version 20171101-3. (diff) | |
download | open-infrastructure-storage-tools-3e6b5bf3b0e09e6bd27939267416d5b9c280082e.tar.xz open-infrastructure-storage-tools-3e6b5bf3b0e09e6bd27939267416d5b9c280082e.zip |
Merging upstream version 20180915.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/cron')
-rw-r--r-- | share/cron/ceph-info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/cron/ceph-info b/share/cron/ceph-info index 9041e34..37c4312 100644 --- a/share/cron/ceph-info +++ b/share/cron/ceph-info @@ -1 +1 @@ -*/10 * * * * root [ -e /usr/bin/ceph-info ] && /usr/bin/ceph-info +*/2 * * * * root [ -e /usr/bin/ceph-info ] && /usr/bin/ceph-info |