[needs-packaging] ceph
Bug #607730 reported by
Clint Byrum
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Ubuntu |
Fix Released
|
Wishlist
|
Unassigned | ||
Maverick |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
Ceph is a distributed storage and network file system designed to provide
excellent performance, reliability, and scalability.
This package contains all server daemons and management tools for creating,
running, and administering a Ceph storage cluster.
URL: http://
License: LGPL2.1
Notes: Sage Weil is an upstream author of ceph and maintains an excellent debian source package which should be uploadable with minimal changes.
Related branches
lp://staging/~clint-fewbar/review-new-branches/ceph-new-pkg
- Mathias Gug: Approve
-
Diff: 210283 lines (+207514/-0)548 files modifiedAUTHORS (+15/-0)
COPYING (+504/-0)
INSTALL (+21/-0)
Makefile.am (+4/-0)
Makefile.in (+625/-0)
README (+42/-0)
aclocal.m4 (+7554/-0)
autogen.sh (+8/-0)
ceph.spec.in (+207/-0)
compile (+142/-0)
config.guess (+1526/-0)
config.sub (+1658/-0)
configure (+23925/-0)
configure.ac (+199/-0)
debian/ceph-fuse.install (+2/-0)
debian/ceph.dirs (+4/-0)
debian/ceph.docs (+1/-0)
debian/ceph.install (+38/-0)
debian/ceph.lintian (+4/-0)
debian/ceph.lintian-overrides (+4/-0)
debian/ceph.logrotate (+9/-0)
debian/ceph.postrm (+46/-0)
debian/changelog (+5/-0)
debian/compat (+1/-0)
debian/control (+209/-0)
debian/copyright (+66/-0)
debian/libceph1-dev.install (+4/-0)
debian/libceph1.install (+2/-0)
debian/libceph1.postinst (+41/-0)
debian/libceph1.postrm (+43/-0)
debian/libcrush1-dev.install (+7/-0)
debian/libcrush1.install (+2/-0)
debian/libcrush1.postinst (+41/-0)
debian/libcrush1.postrm (+43/-0)
debian/librados1-dev.install (+11/-0)
debian/librados1.install (+2/-0)
debian/librados1.postinst (+41/-0)
debian/librados1.postrm (+43/-0)
debian/move_dbg_files.sh (+8/-0)
debian/patches/fix-mkcephfs-path.patch (+20/-0)
debian/patches/series (+1/-0)
debian/radosgw.install (+4/-0)
debian/rules (+65/-0)
debian/source/format (+1/-0)
depcomp (+589/-0)
install-sh (+519/-0)
ltmain.sh (+6964/-0)
man/Makefile.am (+23/-0)
man/Makefile.in (+407/-0)
man/cauthtool.8 (+85/-0)
man/cclass.8 (+34/-0)
man/cclsinfo.8 (+26/-0)
man/cconf.8 (+46/-0)
man/ceph.8 (+61/-0)
man/cfuse.8 (+42/-0)
man/cmds.8 (+56/-0)
man/cmon.8 (+40/-0)
man/cosd.8 (+54/-0)
man/crun.8 (+25/-0)
man/crushtool.8 (+73/-0)
man/csyn.8 (+71/-0)
man/mkcephfs.8 (+42/-0)
man/monmaptool.8 (+61/-0)
man/mount.ceph.8 (+183/-0)
man/osdmaptool.8 (+50/-0)
man/rados.8 (+110/-0)
man/radosgw.8 (+64/-0)
man/radosgw_admin.8 (+61/-0)
man/rbd.8 (+117/-0)
missing (+367/-0)
src/Makefile.am (+772/-0)
src/Makefile.in (+5245/-0)
src/README (+6/-0)
src/TODO (+495/-0)
src/acconfig.h.in (+133/-0)
src/auth/Auth.h (+321/-0)
src/auth/AuthAuthorizeHandler.cc (+36/-0)
src/auth/AuthAuthorizeHandler.h (+35/-0)
src/auth/AuthClientHandler.cc (+38/-0)
src/auth/AuthClientHandler.h (+85/-0)
src/auth/AuthServiceHandler.cc (+33/-0)
src/auth/AuthServiceHandler.h (+40/-0)
src/auth/AuthSupported.cc (+56/-0)
src/auth/AuthSupported.h (+22/-0)
src/auth/Crypto.cc (+300/-0)
src/auth/Crypto.h (+112/-0)
src/auth/ExportControl.cc (+758/-0)
src/auth/ExportControl.h (+35/-0)
src/auth/KeyRing.cc (+99/-0)
src/auth/KeyRing.h (+79/-0)
src/auth/RotatingKeyRing.cc (+68/-0)
src/auth/RotatingKeyRing.h (+49/-0)
src/auth/cephx/CephxAuthorizeHandler.cc (+33/-0)
src/auth/cephx/CephxAuthorizeHandler.h (+29/-0)
src/auth/cephx/CephxClientHandler.cc (+198/-0)
src/auth/cephx/CephxClientHandler.h (+63/-0)
src/auth/cephx/CephxKeyServer.cc (+392/-0)
src/auth/cephx/CephxKeyServer.h (+261/-0)
src/auth/cephx/CephxProtocol.cc (+445/-0)
src/auth/cephx/CephxProtocol.h (+460/-0)
src/auth/cephx/CephxServiceHandler.cc (+195/-0)
src/auth/cephx/CephxServiceHandler.h (+36/-0)
src/auth/none/AuthNoneAuthorizeHandler.cc (+27/-0)
src/auth/none/AuthNoneAuthorizeHandler.h (+29/-0)
src/auth/none/AuthNoneClientHandler.h (+49/-0)
src/auth/none/AuthNoneProtocol.h (+32/-0)
src/auth/none/AuthNoneServiceHandler.h (+38/-0)
src/cauthtool.cc (+248/-0)
src/cclass.in (+99/-0)
src/cclsinfo (+85/-0)
src/cconf.cc (+120/-0)
src/ceph.cc (+636/-0)
src/ceph_common.sh (+180/-0)
src/ceph_ver.c (+12/-0)
src/ceph_ver.h (+6/-0)
src/cfuse.cc (+158/-0)
src/check_version (+18/-0)
src/client/Client.cc (+6151/-0)
src/client/Client.h (+1274/-0)
src/client/SyntheticClient.cc (+3398/-0)
src/client/SyntheticClient.h (+270/-0)
src/client/Trace.cc (+82/-0)
src/client/Trace.h (+64/-0)
src/client/fuse.cc (+304/-0)
src/client/fuse.h (+24/-0)
src/client/fuse_ll.cc (+541/-0)
src/client/fuse_ll.h (+15/-0)
src/client/hadoop/CephFSInterface.cc (+846/-0)
src/client/hadoop/CephFSInterface.h (+236/-0)
src/client/ioctl.h (+42/-0)
src/client/libceph.h (+104/-0)
src/client/test_ioctls.c (+65/-0)
src/client/testceph.cc (+38/-0)
src/cls_acl.cc (+63/-0)
src/cls_crypto.cc (+82/-0)
src/cls_rbd.cc (+377/-0)
src/cm.txt (+84/-0)
src/cmds.cc (+126/-0)
src/cmon.cc (+248/-0)
src/common/BackTrace.cc (+56/-0)
src/common/BackTrace.h (+30/-0)
src/common/ClassHandler.cc (+399/-0)
src/common/ClassHandler.h (+105/-0)
src/common/ClassLibrary.cc (+24/-0)
src/common/ClassVersion.h (+122/-0)
src/common/Clock.cc (+21/-0)
src/common/Clock.h (+107/-0)
src/common/Cond.h (+103/-0)
src/common/ConfUtils.cc (+1101/-0)
src/common/ConfUtils.h (+121/-0)
src/common/DecayCounter.h (+161/-0)
src/common/Finisher.cc (+84/-0)
src/common/Finisher.h (+82/-0)
src/common/LogClient.cc (+125/-0)
src/common/LogClient.h (+65/-0)
src/common/LogType.h (+70/-0)
src/common/Logger.cc (+393/-0)
src/common/Logger.h (+85/-0)
src/common/MemoryModel.cc (+104/-0)
src/common/MemoryModel.h (+46/-0)
src/common/Mutex.h (+127/-0)
src/common/RWLock.h (+81/-0)
src/common/Semaphore.h (+51/-0)
src/common/Thread.h (+117/-0)
src/common/Throttle.h (+96/-0)
src/common/Timer.cc (+366/-0)
src/common/Timer.h (+175/-0)
src/common/WorkQueue.cc (+134/-0)
src/common/WorkQueue.h (+190/-0)
src/common/arch.h (+15/-0)
src/common/armor.c (+98/-0)
src/common/armor.h (+9/-0)
src/common/assert.cc (+44/-0)
src/common/base64.c (+51/-0)
src/common/base64.h (+9/-0)
src/common/buffer.cc (+227/-0)
src/common/common_init.cc (+69/-0)
src/common/common_init.h (+11/-0)
src/common/debug.cc (+214/-0)
src/common/debug.h (+117/-0)
src/common/dyn_snprintf.c (+54/-0)
src/common/dyn_snprintf.h (+14/-0)
src/common/lockdep.cc (+236/-0)
src/common/lockdep.h (+12/-0)
src/common/page.cc (+19/-0)
src/common/sctp_crc32.c (+734/-0)
src/common/str_list.cc (+70/-0)
src/common/tls.cc (+64/-0)
src/common/tls.h (+14/-0)
src/config.cc (+1145/-0)
src/config.h (+512/-0)
src/cosd.cc (+260/-0)
src/crun (+21/-0)
src/crush/CrushWrapper.h (+557/-0)
src/crush/CrushWrapper.i (+47/-0)
src/crush/builder.c (+410/-0)
src/crush/builder.h (+38/-0)
src/crush/crush.c (+151/-0)
src/crush/crush.h (+180/-0)
src/crush/grammar.h (+136/-0)
src/crush/hash.c (+149/-0)
src/crush/hash.h (+17/-0)
src/crush/mapper.c (+609/-0)
src/crush/mapper.h (+20/-0)
src/crush/sample.txt (+47/-0)
src/crush/types.h (+17/-0)
src/crushtool.cc (+980/-0)
src/csyn.cc (+103/-0)
src/dumpjournal.cc (+139/-0)
src/dupstore.cc (+114/-0)
src/fetch_config (+20/-0)
src/include/ClassLibrary.h (+210/-0)
src/include/CompatSet.h (+162/-0)
src/include/Context.h (+205/-0)
src/include/Distribution.h (+74/-0)
src/include/LogEntry.h (+144/-0)
src/include/Spinlock.h (+127/-0)
src/include/assert.h (+102/-0)
src/include/atomic.h (+98/-0)
src/include/bitmapper.h (+48/-0)
src/include/blobhash.h (+47/-0)
src/include/buffer.h (+1217/-0)
src/include/byteorder.h (+81/-0)
src/include/ceph_frag.cc (+21/-0)
src/include/ceph_frag.h (+109/-0)
src/include/ceph_fs.cc (+72/-0)
src/include/ceph_fs.h (+688/-0)
src/include/ceph_hash.cc (+118/-0)
src/include/ceph_hash.h (+13/-0)
src/include/ceph_strings.cc (+191/-0)
src/include/color.h (+13/-0)
src/include/crc32c.h (+14/-0)
src/include/cstring.h (+137/-0)
src/include/dlist.h (+123/-0)
src/include/elist.h (+185/-0)
src/include/encoding.h (+531/-0)
src/include/err.h (+29/-0)
src/include/error.h (+41/-0)
src/include/filepath.h (+205/-0)
src/include/frag.h (+564/-0)
src/include/hash.h (+77/-0)
src/include/intarith.h (+38/-0)
src/include/interval_set.h (+400/-0)
src/include/inttypes.h (+7/-0)
src/include/librados.h (+120/-0)
src/include/librados.hpp (+138/-0)
src/include/lru.h (+340/-0)
src/include/msgr.h (+175/-0)
src/include/nstring.h (+53/-0)
src/include/object.h (+188/-0)
src/include/page.h (+21/-0)
src/include/rados.h (+405/-0)
src/include/rangeset.h (+252/-0)
src/include/rbd_types.h (+72/-0)
src/include/statlite.h (+72/-0)
src/include/str_list.h (+12/-0)
src/include/triple.h (+29/-0)
src/include/tstring.h (+188/-0)
src/include/types.h (+479/-0)
src/include/uofs.h (+51/-0)
src/include/utime.h (+207/-0)
src/include/xlist.h (+155/-0)
src/init-ceph.in (+328/-0)
src/libceph.cc (+387/-0)
src/librados.cc (+2130/-0)
src/make_version (+14/-0)
src/mds/Anchor.h (+74/-0)
src/mds/AnchorClient.cc (+125/-0)
src/mds/AnchorClient.h (+46/-0)
src/mds/AnchorServer.cc (+259/-0)
src/mds/AnchorServer.h (+66/-0)
src/mds/CDentry.cc (+547/-0)
src/mds/CDentry.h (+399/-0)
src/mds/CDir.cc (+2221/-0)
src/mds/CDir.h (+594/-0)
src/mds/CInode.cc (+2054/-0)
src/mds/CInode.h (+936/-0)
src/mds/Capability.h (+357/-0)
src/mds/InoTable.cc (+137/-0)
src/mds/InoTable.h (+58/-0)
src/mds/LocalLock.h (+55/-0)
src/mds/Locker.cc (+3626/-0)
src/mds/Locker.h (+249/-0)
src/mds/LogEvent.cc (+86/-0)
src/mds/LogEvent.h (+95/-0)
src/mds/LogSegment.h (+88/-0)
src/mds/MDBalancer.cc (+1138/-0)
src/mds/MDBalancer.h (+123/-0)
src/mds/MDCache.cc (+8987/-0)
src/mds/MDCache.h (+1129/-0)
src/mds/MDLog.cc (+593/-0)
src/mds/MDLog.h (+236/-0)
src/mds/MDS.cc (+1706/-0)
src/mds/MDS.h (+407/-0)
src/mds/MDSMap.cc (+144/-0)
src/mds/MDSMap.h (+485/-0)
src/mds/MDSTable.cc (+161/-0)
src/mds/MDSTable.h (+85/-0)
src/mds/MDSTableClient.cc (+227/-0)
src/mds/MDSTableClient.h (+97/-0)
src/mds/MDSTableServer.cc (+164/-0)
src/mds/MDSTableServer.h (+122/-0)
src/mds/Migrator.cc (+2377/-0)
src/mds/Migrator.h (+280/-0)
src/mds/ScatterLock.h (+138/-0)
src/mds/Server.cc (+5776/-0)
src/mds/Server.h (+215/-0)
src/mds/SessionMap.cc (+216/-0)
src/mds/SessionMap.h (+378/-0)
src/mds/SimpleLock.h (+624/-0)
src/mds/SnapClient.h (+61/-0)
src/mds/SnapServer.cc (+257/-0)
src/mds/SnapServer.h (+81/-0)
src/mds/events/ECommitted.h (+48/-0)
src/mds/events/EExport.h (+63/-0)
src/mds/events/EFragment.h (+56/-0)
src/mds/events/EImportFinish.h (+59/-0)
src/mds/events/EImportStart.h (+68/-0)
src/mds/events/EMetaBlob.h (+685/-0)
src/mds/events/EOpen.h (+62/-0)
src/mds/events/ESession.h (+82/-0)
src/mds/events/ESessions.h (+55/-0)
src/mds/events/ESlaveUpdate.h (+189/-0)
src/mds/events/EString.h (+54/-0)
src/mds/events/ESubtreeMap.h (+49/-0)
src/mds/events/ETableClient.h (+58/-0)
src/mds/events/ETableServer.h (+75/-0)
src/mds/events/EUpdate.h (+63/-0)
src/mds/journal.cc (+1115/-0)
src/mds/locks.c (+146/-0)
src/mds/locks.h (+133/-0)
src/mds/mds_table_types.h (+73/-0)
src/mds/mdstypes.h (+1432/-0)
src/mds/snap.cc (+532/-0)
src/mds/snap.h (+243/-0)
src/messages/MAuth.h (+50/-0)
src/messages/MAuthReply.h (+65/-0)
src/messages/MCacheExpire.h (+86/-0)
src/messages/MClass.h (+99/-0)
src/messages/MClassAck.h (+53/-0)
src/messages/MClientCapRelease.h (+51/-0)
src/messages/MClientCaps.h (+152/-0)
src/messages/MClientLease.h (+81/-0)
src/messages/MClientReconnect.h (+67/-0)
src/messages/MClientReply.h (+257/-0)
src/messages/MClientRequest.h (+196/-0)
src/messages/MClientRequestForward.h (+63/-0)
src/messages/MClientSession.h (+67/-0)
src/messages/MClientSnap.h (+66/-0)
src/messages/MDentryLink.h (+62/-0)
src/messages/MDentryUnlink.h (+57/-0)
src/messages/MDirUpdate.h (+85/-0)
src/messages/MDiscover.h (+110/-0)
src/messages/MDiscoverReply.h (+215/-0)
src/messages/MExportCaps.h (+53/-0)
src/messages/MExportCapsAck.h (+49/-0)
src/messages/MExportDir.h (+63/-0)
src/messages/MExportDirAck.h (+48/-0)
src/messages/MExportDirCancel.h (+49/-0)
src/messages/MExportDirDiscover.h (+67/-0)
src/messages/MExportDirDiscoverAck.h (+59/-0)
src/messages/MExportDirFinish.h (+50/-0)
src/messages/MExportDirNotify.h (+79/-0)
src/messages/MExportDirNotifyAck.h (+52/-0)
src/messages/MExportDirPrep.h (+84/-0)
src/messages/MExportDirPrepAck.h (+49/-0)
src/messages/MForward.h (+69/-0)
src/messages/MGenericMessage.h (+39/-0)
src/messages/MGetPoolStats.h (+55/-0)
src/messages/MGetPoolStatsReply.h (+53/-0)
src/messages/MHeartbeat.h (+61/-0)
src/messages/MInodeFileCaps.h (+56/-0)
src/messages/MLock.h (+95/-0)
src/messages/MLog.h (+54/-0)
src/messages/MLogAck.h (+47/-0)
src/messages/MMDSBeacon.h (+85/-0)
src/messages/MMDSCacheRejoin.h (+306/-0)
src/messages/MMDSFragmentNotify.h (+64/-0)
src/messages/MMDSLoadTargets.h (+58/-0)
src/messages/MMDSMap.h (+86/-0)
src/messages/MMDSResolve.h (+69/-0)
src/messages/MMDSResolveAck.h (+59/-0)
src/messages/MMDSSlaveRequest.h (+154/-0)
src/messages/MMDSTableRequest.h (+65/-0)
src/messages/MMonCommand.h (+60/-0)
src/messages/MMonCommandAck.h (+54/-0)
src/messages/MMonElection.h (+74/-0)
src/messages/MMonGetMap.h (+35/-0)
src/messages/MMonGlobalID.h (+43/-0)
src/messages/MMonMap.h (+43/-0)
src/messages/MMonObserve.h (+57/-0)
src/messages/MMonObserveNotify.h (+62/-0)
src/messages/MMonPaxos.h (+126/-0)
src/messages/MMonSubscribe.h (+91/-0)
src/messages/MMonSubscribeAck.h (+50/-0)
src/messages/MOSDAlive.h (+49/-0)
src/messages/MOSDBoot.h (+55/-0)
src/messages/MOSDFailure.h (+59/-0)
src/messages/MOSDMap.h (+78/-0)
src/messages/MOSDOp.h (+224/-0)
src/messages/MOSDOpReply.h (+128/-0)
src/messages/MOSDPGCreate.h (+70/-0)
src/messages/MOSDPGInfo.h (+53/-0)
src/messages/MOSDPGLog.h (+60/-0)
src/messages/MOSDPGNotify.h (+57/-0)
src/messages/MOSDPGQuery.h (+55/-0)
src/messages/MOSDPGRemove.h (+54/-0)
src/messages/MOSDPGTemp.h (+52/-0)
src/messages/MOSDPGTrim.h (+54/-0)
src/messages/MOSDPing.h (+63/-0)
src/messages/MOSDScrub.h (+66/-0)
src/messages/MOSDSubOp.h (+189/-0)
src/messages/MOSDSubOpReply.h (+146/-0)
src/messages/MPGStats.h (+61/-0)
src/messages/MPGStatsAck.h (+44/-0)
src/messages/MPing.h (+35/-0)
src/messages/MPoolOp.h (+93/-0)
src/messages/MPoolOpReply.h (+75/-0)
src/messages/MRemoveSnaps.h (+51/-0)
src/messages/MRoute.h (+63/-0)
src/messages/MStatfs.h (+52/-0)
src/messages/MStatfsReply.h (+44/-0)
src/messages/PaxosServiceMessage.h (+62/-0)
src/mkcephfs.in (+284/-0)
src/mon/AuthMonitor.cc (+654/-0)
src/mon/AuthMonitor.h (+128/-0)
src/mon/ClassMonitor.cc (+562/-0)
src/mon/ClassMonitor.h (+71/-0)
src/mon/Elector.cc (+338/-0)
src/mon/Elector.h (+92/-0)
src/mon/LogMonitor.cc (+328/-0)
src/mon/LogMonitor.h (+68/-0)
src/mon/MDSMonitor.cc (+881/-0)
src/mon/MDSMonitor.h (+107/-0)
src/mon/MonCaps.cc (+258/-0)
src/mon/MonCaps.h (+106/-0)
src/mon/MonClient.cc (+582/-0)
src/mon/MonClient.h (+237/-0)
src/mon/MonMap.cc (+47/-0)
src/mon/MonMap.h (+127/-0)
src/mon/Monitor.cc (+1115/-0)
src/mon/Monitor.h (+244/-0)
src/mon/MonitorStore.cc (+277/-0)
src/mon/MonitorStore.h (+85/-0)
src/mon/MonmapMonitor.cc (+205/-0)
src/mon/MonmapMonitor.h (+73/-0)
src/mon/OSDMonitor.cc (+1629/-0)
src/mon/OSDMonitor.h (+190/-0)
src/mon/PGMap.h (+322/-0)
src/mon/PGMonitor.cc (+734/-0)
src/mon/PGMonitor.h (+93/-0)
src/mon/Paxos.cc (+1017/-0)
src/mon/Paxos.h (+300/-0)
src/mon/PaxosService.cc (+196/-0)
src/mon/PaxosService.h (+177/-0)
src/mon/Session.h (+138/-0)
src/mon/mon_types.h (+42/-0)
src/monmaptool.cc (+142/-0)
src/mount/canonicalize.c (+191/-0)
src/mount/mount.ceph.c (+354/-0)
src/mount/mtab.c (+280/-0)
src/msg/Dispatcher.h (+56/-0)
src/msg/FakeMessenger.h (+88/-0)
src/msg/Message.cc (+553/-0)
src/msg/Message.h (+440/-0)
src/msg/Messenger.h (+171/-0)
src/msg/SimpleMessenger.cc (+2553/-0)
src/msg/SimpleMessenger.h (+592/-0)
src/msg/msg_types.cc (+70/-0)
src/msg/msg_types.h (+332/-0)
src/msg/tcp.cc (+70/-0)
src/msg/tcp.h (+39/-0)
src/objclass/class_api.cc (+241/-0)
src/objclass/class_debug.cc (+27/-0)
src/objclass/objclass.h (+99/-0)
src/os/BDBMap.h (+137/-0)
src/os/Fake.h (+295/-0)
src/os/FakeStoreBDBCollections.h (+169/-0)
src/os/FileJournal.cc (+894/-0)
src/os/FileJournal.h (+191/-0)
src/os/FileStore.cc (+2409/-0)
src/os/FileStore.h (+281/-0)
src/os/Journal.h (+56/-0)
src/os/JournalingObjectStore.cc (+239/-0)
src/os/JournalingObjectStore.h (+67/-0)
src/os/ObjectStore.h (+623/-0)
src/os/btrfs_ioctl.h (+181/-0)
src/osbdb/OSBDB.h (+482/-0)
src/osd/Ager.cc (+343/-0)
src/osd/Ager.h (+44/-0)
src/osd/OSD.cc (+4830/-0)
src/osd/OSD.h (+939/-0)
src/osd/OSDCaps.cc (+242/-0)
src/osd/OSDCaps.h (+111/-0)
src/osd/OSDMap.cc (+232/-0)
src/osd/OSDMap.h (+989/-0)
src/osd/ObjectVersioner.h (+35/-0)
src/osd/PG.cc (+2819/-0)
src/osd/PG.h (+1154/-0)
src/osd/PGLS.h (+27/-0)
src/osd/RAID4PG.h (+75/-0)
src/osd/ReplicatedPG.cc (+4297/-0)
src/osd/ReplicatedPG.h (+661/-0)
src/osd/osd_types.h (+1425/-0)
src/osdc/Blinker.h (+92/-0)
src/osdc/Filer.cc (+378/-0)
src/osdc/Filer.h (+271/-0)
src/osdc/Journaler.cc (+842/-0)
src/osdc/Journaler.h (+280/-0)
src/osdc/ObjectCacher.cc (+1788/-0)
src/osdc/ObjectCacher.h (+683/-0)
src/osdc/Objecter.cc (+1080/-0)
src/osdc/Objecter.h (+812/-0)
src/osdc/rados_bencher.h (+508/-0)
src/osdmaptool.cc (+258/-0)
src/psim.cc (+88/-0)
src/rados.cc (+472/-0)
src/radosacl.cc (+195/-0)
src/rbd.cc (+1245/-0)
src/rgw/rgw_access.cc (+25/-0)
src/rgw/rgw_access.h (+170/-0)
src/rgw/rgw_acl.cc (+332/-0)
src/rgw/rgw_acl.h (+464/-0)
src/rgw/rgw_admin.cc (+282/-0)
src/rgw/rgw_common.cc (+154/-0)
src/rgw/rgw_common.h (+245/-0)
src/rgw/rgw_fs.cc (+577/-0)
src/rgw/rgw_fs.h (+61/-0)
src/rgw/rgw_main.cc (+286/-0)
src/rgw/rgw_op.cc (+728/-0)
src/rgw/rgw_op.h (+319/-0)
src/rgw/rgw_rados.cc (+662/-0)
src/rgw/rgw_rados.h (+89/-0)
src/rgw/rgw_rest.cc (+748/-0)
src/rgw/rgw_rest.h (+140/-0)
src/rgw/rgw_user.cc (+202/-0)
src/rgw/rgw_user.h (+115/-0)
src/sample.ceph.conf (+99/-0)
src/stop.sh (+51/-0)
src/streamtest.cc (+170/-0)
src/test_trans.cc (+74/-0)
src/testcrypto.cc (+49/-0)
src/testkeys.cc (+58/-0)
src/testmsgr.cc (+134/-0)
src/testrados.c (+132/-0)
src/testradospp.cc (+147/-0)
src/verify-mds-journal.sh (+8/-0)
src/vstart.sh (+415/-0)
Changed in ubuntu: | |
importance: | Undecided → Wishlist |
assignee: | nobody → Clint Byrum (clint-fewbar) |
status: | New → In Progress |
milestone: | none → maverick-alpha-3 |
status: | In Progress → New |
Changed in ubuntu: | |
status: | New → In Progress |
To post a comment you must log in.
Linking to debian ITP
http:// bugs.debian. org/cgi- bin/bugreport. cgi?bug= 506040