All of lore.kernel.org
 help / color / mirror / Atom feed
* Feedback: default FS pools and newfs behavior
@ 2014-05-21 15:32 John Spray
  2014-05-21 19:21 ` Wido den Hollander
  2014-05-26 20:57 ` Sebastien Han
  0 siblings, 2 replies; 3+ messages in thread
From: John Spray @ 2014-05-21 15:32 UTC (permalink / raw)
  To: Ceph Development

In response to #8010[1], I'm looking at making it possible to
explicitly disable CephFS, so that the (often unused) filesystem pools
don't hang around if they're unwanted.

The administrative behavior would change such that:
 * To enable the filesystem it is necessary to create two pools and
use "ceph newfs <metadata> <data>"
 * There's a new "ceph rmfs" command to disable the filesystem and
allow removing its pools
 * Initially, the filesystem is disabled and the 'data' and 'metadata'
pools are not created by default

There's an initial cut of this on a branch:
https://github.com/ceph/ceph/commits/wip-nullfs

Questions:
 * Are there strong opinions about whether the CephFS pools should
exist by default?  I think it makes life simpler if they don't,
avoiding "what the heck is the 'data' pool?" type questions from
newcomers.
 * Is it too unfriendly to require users to explicitly create pools
before running newfs, or do we need to auto-create pools when they run
newfs?  Auto-creating some pools from newfs is a bit awkward
internally because it requires modifying both OSD and MDS maps in one
command.

Cheers,
John

1. http://tracker.ceph.com/issues/8010

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

end of thread, other threads:[~2014-05-26 21:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-21 15:32 Feedback: default FS pools and newfs behavior John Spray
2014-05-21 19:21 ` Wido den Hollander
2014-05-26 20:57 ` Sebastien Han

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.