summaryrefslogtreecommitdiffstats
path: root/src/ceph.conf.twoosds (follow)
Commit message (Collapse)AuthorAgeFilesLines
* doc: Modify documentation for mon_osd_down_out_intervalBrad Hubbard2016-12-091-1/+1
| | | | | | Update docs to reflect the new default of 600 set by 817d65bd4 Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
* make mkcephfs and init-ceph osd filesystem handling more flexibleDanny Al-Gaaf2012-11-241-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove btrfs specific keys and replace them by more generic keys to be able to replace btrfs with e.g. xfs or ext4 easily. Add new key to define the osd fs type: 'osd mkfs type', which can get defined in the [osd] section for all OSDs. Replaced config keys: - 'btrfs devs' -> 'devs' - 'btrfs path' -> 'fs path' - 'btrfs options' -> 'osd mount options $fstype' New config key: - 'osd mkfs options $fstype': file system specific options for mkfs - 'osd mkfs type': to define the filesystem for mkfs and also mount Replaced in mkcephfs: --mkbtrfs with --mkfs Replaced in init-ceph: - --btrfs with --fsmount - --nobtrfs with --nofsmount - --btrfsumount with --fsumount NOTE: old options from mkcephfs and init-ceph will still work, but get may removed in the future from the scripts. Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
* Rework ProfLoggerColin Patrick McCabe2011-07-181-1/+1
| | | | | | | | | | | | | | | | | | | | * Replace existing proflogger config options with "profiling_logger_uri". This option controls profiling logger sinks. * ProfLogger: replace file-writing code with code that sends the information over a UNIX domain socket. * handle_conf_change is now fully and correctly implemented. We never read from the md_config_t structure except in this function, so there are no races. We re-create the thread when the settings change (no need for SIGHUP, etc.) * Replace the single big lock with a lock per Proflogger. * No need for favg any more; just use fset everywhere for floating-point variables. Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* common: Rename Logger to ProfilingLoggerColin Patrick McCabe2011-02-081-1/+1
| | | | Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
* put testing ceph.conf's in gitSage Weil2009-11-121-0/+96