From 8d07329468ef709838e443dc17b1eecf2c7cf77d Mon Sep 17 00:00:00 2001 From: Peter Edge Date: Wed, 16 Dec 2015 17:03:23 +0000 Subject: [PATCH] make etc directory --- README.md | 2 +- config.yaml => etc/config/config.yaml | 0 config_btrfs.yaml => etc/config/config_btrfs.yaml | 0 osd.service => etc/service/osd.service | 0 {specs => etc/specs}/10GHA1.json | 0 {specs => etc/specs}/10GHA1.yaml | 0 {specs => etc/specs}/readme.md | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename config.yaml => etc/config/config.yaml (100%) rename config_btrfs.yaml => etc/config/config_btrfs.yaml (100%) rename osd.service => etc/service/osd.service (100%) rename {specs => etc/specs}/10GHA1.json (100%) rename {specs => etc/specs}/10GHA1.yaml (100%) rename {specs => etc/specs}/readme.md (100%) diff --git a/README.md b/README.md index 796a6b4ec..b95180510 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ OSD is both the openstorage daemon and the CLI. When run as a daemon, the OSD i To start the OSD in daemon mode: ``` -osd -d -f config.yaml +osd -d -f etc/config/config.yaml ``` where, config.yaml is the daemon's configuiration file and it's format is explained [below](https://github.com/libopenstorage/openstorage/blob/master/README.md#osd-config-file). diff --git a/config.yaml b/etc/config/config.yaml similarity index 100% rename from config.yaml rename to etc/config/config.yaml diff --git a/config_btrfs.yaml b/etc/config/config_btrfs.yaml similarity index 100% rename from config_btrfs.yaml rename to etc/config/config_btrfs.yaml diff --git a/osd.service b/etc/service/osd.service similarity index 100% rename from osd.service rename to etc/service/osd.service diff --git a/specs/10GHA1.json b/etc/specs/10GHA1.json similarity index 100% rename from specs/10GHA1.json rename to etc/specs/10GHA1.json diff --git a/specs/10GHA1.yaml b/etc/specs/10GHA1.yaml similarity index 100% rename from specs/10GHA1.yaml rename to etc/specs/10GHA1.yaml diff --git a/specs/readme.md b/etc/specs/readme.md similarity index 100% rename from specs/readme.md rename to etc/specs/readme.md