All of lore.kernel.org
 help / color / mirror / Atom feed
* ceph-standalone
@ 2014-02-23 20:30 Sage Weil
  2014-02-23 22:33 ` ceph-standalone Sebastien Han
                   ` (3 more replies)
  0 siblings, 4 replies; 16+ messages in thread
From: Sage Weil @ 2014-02-23 20:30 UTC (permalink / raw)
  To: ceph-devel

One idea kicking around is to create a simple ceph-standalone package that 
is meant to make it really easy to play around with Ceph.  It would:

- depend on all the relevant ceph packages
- install a simple, generic ceph.conf for use on localhost (or perhaps 
whatever /etc/hosts has for our hostname)
- mkfs and start up a mon
- start up an osd (or two?) in /var/lib/ceph (no dedicated disk/volume)
- start an mds
- add an apache2 site in /etc/apache2/sites-available (or whatever)

The idea would be to do

$ sudo apt-get install ceph-standalone
$ ceph -s
[...]

and have a usable mini-cluster.  That makes it really easy for users to 
play with the basics, like:

$ mkdir /mnt/ceph
$ sudo ceph-fuse /mnt/ceph

$ rbd create ...
$ rbd map ...

$ curl http://localhost:8000/
<more rgw stuff>

Does this sound useful?  Any takers?
sage

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-02-25  8:53 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-23 20:30 ceph-standalone Sage Weil
2014-02-23 22:33 ` ceph-standalone Sebastien Han
2014-02-23 22:44   ` ceph-standalone Sage Weil
2014-02-24  9:25 ` ceph-standalone alain.dechorgnat
2014-02-24 10:33 ` ceph-standalone Martin Maurer
2014-02-24 20:59 ` ceph-standalone Jean-Charles LOPEZ
2014-02-24 21:26   ` ceph-standalone Loic Dachary
2014-02-24 21:30     ` ceph-standalone Joe Landman
     [not found]       ` <94B17E9A-4943-4228-95C2-2A1D3ED98C77@inktank.com>
2014-02-24 21:34         ` ceph-standalone Joe Landman
2014-02-24 21:35   ` ceph-standalone Sebastien Han
2014-02-24 21:42     ` ceph-standalone Jean-Charles LOPEZ
2014-02-24 23:06       ` ceph-standalone Kyle Bader
2014-02-25  2:11         ` ceph-standalone Hunter Nield
2014-02-25  3:34           ` ceph-standalone Ricardo Rocha
2014-02-25  8:33             ` ceph-standalone Loic Dachary
2014-02-25  8:46               ` ceph-standalone Robert Sander

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.