diff options
author | John Wilkins <john.wilkins@inktank.com> | 2013-04-17 18:28:50 -0700 |
---|---|---|
committer | John Wilkins <john.wilkins@inktank.com> | 2013-04-17 18:28:50 -0700 |
commit | 0d1e04722ac92b4e0f2b112072aedabe2012853b (patch) | |
tree | 0326d753e269e97b855868d93e1b107eb8ea9d15 | |
parent | 23e3fbee3d47a7a25054f4cc06f7921532a4863a (diff) | |
download | ceph-0d1e04722ac92b4e0f2b112072aedabe2012853b.tar.gz |
doc: Excised community from OSD tshoot, made it stand alone.
Signed-off-by: John Wilkins <john.wilkins@inktank.com>
-rw-r--r-- | doc/rados/troubleshooting/community.rst | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/rados/troubleshooting/community.rst b/doc/rados/troubleshooting/community.rst new file mode 100644 index 00000000000..096dfbff016 --- /dev/null +++ b/doc/rados/troubleshooting/community.rst @@ -0,0 +1,35 @@ +==================== + The Ceph Community +==================== + +The Ceph community is an excellent source of information and help. For +operational issues with Ceph releases we recommend you `subscribe to the +ceph-users email list`_. When you no longer want to receive emails, you can +`unsubscribe from the ceph-users email list`_. + +If you have read through this guide and you have contacted ``ceph-users``, +but you haven't resolved your issue, you may contact `Inktank`_ for support. + +You may also `subscribe to the ceph-devel email list`_. You should do so if +your issue is: + +- Likely related to a bug +- Related to a development release package +- Related to a development testing package +- Related to your own builds + +If you no longer want to receive emails from the ``ceph-devel`` email list, you +may `unsubscribe from the ceph-devel email list`_. + +.. tip:: The Ceph community is growing rapidly, and community members can help + you if you provide them with detailed information about your problem. You + can attach your ceph configuration file, log files, CRUSH map, and other + details (e.g., ``ceph osd tree``) to help people understand your issues. + +.. _subscribe to the ceph-devel email list: mailto:majordomo@vger.kernel.org?body=subscribe+ceph-devel +.. _unsubscribe from the ceph-devel email list: mailto:majordomo@vger.kernel.org?body=unsubscribe+ceph-devel +.. _subscribe to the ceph-users email list: mailto:majordomo@vger.kernel.org?body=subscribe+ceph-users +.. _unsubscribe from the ceph-users email list: mailto:majordomo@vger.kernel.org?body=unsubscribe+ceph-users +.. _ceph-devel: ceph-devel@vger.kernel.org +.. _Inktank: http://inktank.com +s
\ No newline at end of file |