This change is meant to address the issue of daemons like
grafana changing the uid and gid of the crash directory,
/var/lib/ceph<fsid>/crash, the crash service only works if
this directory has the standard ceph-user uid and gid. I've
created a Crash class based on the Ceph class and overwrite
the create function. Now, the directories will be made just
before the Crash daemon is created. The directories have to
be made before the Crash daemon for the service to check
properly.