diff options
author | Brown, David M JR <david.brown@pnl.gov> | 2008-07-24 19:14:08 +0200 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2008-07-24 19:14:24 +0200 |
commit | 524ec3947f8500371adfd3472768fa2dd35aee28 (patch) | |
tree | a9c64359a013659f55518737975eb224388bacfd /debian/ceph-osd.install | |
parent | ceph.spec.in changes (diff) | |
download | ceph-524ec3947f8500371adfd3472768fa2dd35aee28.tar.xz ceph-524ec3947f8500371adfd3472768fa2dd35aee28.zip |
fixes for debian directory
The patch creates several packages:
ceph: The uber package that depends on ceph-mds ceph-osd ceph-mon ceph-fuse and ceph-source
ceph-mds: The ceph meta data server daemon
ceph-osd: The ceph object storage daemon
ceph-mon: The ceph cluster monitor
ceph-fuse: The ceph fuse client
ceph-source: The source for the ceph client kernel module for use with module-assistant
ceph-misc: Some ceph misc installed binaries
ceph-doc: What little ceph documentations in the source tarball
Hopefully this is useful.
Thanks,
- David Brown
Diffstat (limited to 'debian/ceph-osd.install')
-rw-r--r-- | debian/ceph-osd.install | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/ceph-osd.install b/debian/ceph-osd.install new file mode 100644 index 00000000000..55079c11943 --- /dev/null +++ b/debian/ceph-osd.install @@ -0,0 +1,2 @@ +usr/bin/cosd +usr/bin/dupstore |