2010-04-23 19:10:24 +00:00
|
|
|
ceph (0.20-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* osd: new journaling infrastructure
|
|
|
|
* msgr: wire protocol improvements
|
|
|
|
* mds: reduced memory utilization (still more to do!)
|
|
|
|
* mds: many single mds fixes
|
|
|
|
* mds: many clustered mds fixes
|
|
|
|
* auth: many auth_x cleanups, fixes, improvements
|
|
|
|
* kclient: many bug fixes
|
|
|
|
* librados: some cleanup, c++ api now usable
|
|
|
|
|
|
|
|
-- Sage Weil <sage@newdream.net> Fri, 23 Apr 2010 12:10:04 -0800
|
|
|
|
|
2010-03-01 18:17:08 +00:00
|
|
|
ceph (0.19.1-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* init-ceph: don't fail when /bin/sh is dash
|
|
|
|
* mds: fix sessionmap decoding
|
|
|
|
* Makefile: put mount.ceph is /sbin
|
|
|
|
|
|
|
|
-- Sage Weil <sage@newdream.net> Mon, 01 Mar 2010 10:04:04 -0800
|
|
|
|
|
2010-02-17 21:53:06 +00:00
|
|
|
ceph (0.19-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* msgr: simplification, cleanup, fixes
|
|
|
|
* msgr: tids in message header (protocol change)
|
|
|
|
* msgr: feature bits during handshake
|
|
|
|
* disk format, compat/incompat features for disk format
|
|
|
|
* struct versioning throughout, to ease future disk format changes
|
|
|
|
* truncation fixes
|
|
|
|
* cephx: lots of fixes, mkcephfs support
|
|
|
|
* debian: packaging fixes
|
|
|
|
* rados: pool deletion
|
|
|
|
* osd: recovery fixes
|
|
|
|
* misc protocol changes
|
|
|
|
* misc bug fixes
|
|
|
|
|
|
|
|
-- Sage Weil <sage@newdream.net> Wed, 17 Feb 2009 13:50:00 -0800
|
|
|
|
|
2010-02-08 18:27:27 +00:00
|
|
|
ceph (0.18-1) unstable; urgency=low
|
2009-12-04 18:10:32 +00:00
|
|
|
|
|
|
|
* crush: selectable hash functions
|
|
|
|
* osdmap: selectable hash functions
|
|
|
|
* osd: basic ENOSPC handling
|
|
|
|
* big endian fixes
|
|
|
|
* mds restart fixes
|
|
|
|
* mds: fixed mds log trimming bug
|
|
|
|
* mds: fixed cap vs snap deadlock
|
|
|
|
* mds: fix journaling nesting problems
|
|
|
|
* mds: fix replay/reconnect race
|
|
|
|
* mds: misc journal replay, session fixes
|
|
|
|
* mds: fixed recursive accounting bug
|
|
|
|
* filestore: faster flushing
|
|
|
|
* uclient: snapshot fixes
|
|
|
|
* uclient: fixes for 32bit clients
|
|
|
|
* mon: safely bail (assert(0)) on write errors (like ENOSPC)
|
|
|
|
|
|
|
|
-- Sage Weil <sage@newdream.net> Fri, 4 Dec 2009 10:01:00 -0800
|
|
|
|
|
2010-02-08 18:27:27 +00:00
|
|
|
ceph (0.17-1) unstable; urgency=low
|
2009-10-19 22:19:51 +00:00
|
|
|
|
|
|
|
* kclient: fix multiple mds mdsmap decoding
|
|
|
|
* kclient: fix mon subscription renewal
|
|
|
|
* crush: fix map creation with empty buckets (larger clusters)
|
|
|
|
* osdmap: fix encoding bug (crashed kclient)
|
|
|
|
* msgr: simplified policy, failure model
|
|
|
|
* mon: less push, more pull
|
|
|
|
* mon: request routing. clients keep single session with single monitor
|
|
|
|
* mon cluster expansion works
|
|
|
|
* osd: fix pg parsing, restarts on larger clusters
|
|
|
|
|
|
|
|
-- sage <sage@newdream.net> Mon, 19 Oct 2009 15:20:00 -0800
|
|
|
|
|
2009-10-06 17:44:36 +00:00
|
|
|
ceph (0.16.1-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* missing buffer.c
|
|
|
|
* rgw build problem on i386
|
|
|
|
|
|
|
|
-- sage <sage@newdream.net> Tue, 06 Oct 2009 10:29:00 -0800
|
|
|
|
|
2009-10-05 21:53:35 +00:00
|
|
|
ceph (0.16-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* libceph: identify self
|
|
|
|
* hadoop: write to local osd
|
|
|
|
* disk format, wire changes
|
|
|
|
* use sockaddr_storage throughout
|
|
|
|
* kclient: fix msgr bug
|
|
|
|
* kclient: uninline strings, use pr_fmt, prefix frag_ macros
|
|
|
|
* kclient: lots of inline cleanups
|
|
|
|
* kclient: misc akpm review cleanups
|
|
|
|
|
2009-10-06 17:44:36 +00:00
|
|
|
-- sage <sage@newdream.net> Mon, 05 Oct 2009 14:54:00 -0800
|
2009-10-05 21:53:35 +00:00
|
|
|
|
2009-09-22 17:13:11 +00:00
|
|
|
ceph (0.15-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* msgr: clean up protocol checks; ack seq # fix
|
|
|
|
* monclient: fixes
|
|
|
|
* debian: radosgw package, fix header permissions
|
|
|
|
* kclient: checkpatch fixes, cleanups.
|
|
|
|
* kclient: msg revoke, clean up interface
|
|
|
|
* kclient: GET_DATALOC ioctl
|
|
|
|
* kclient: osdc bug fix
|
|
|
|
* kclient: clean up debugfs layout
|
|
|
|
|
|
|
|
-- sage <sage@newdream.net> Tue, 22 Sep 2009 10:15:00 -0800
|
|
|
|
|
2009-09-08 21:47:25 +00:00
|
|
|
ceph (0.14-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* mds: dir backpointers updated on rename (for fsck)
|
|
|
|
* uclient: many bugs fixed
|
|
|
|
* msgr: many messenger protocol changes... much more client-server like
|
|
|
|
* mon: subscriptions for osd, mds maps
|
|
|
|
* libceph: lots of fixes
|
|
|
|
* kclient: cleanups, new msgr. no msgpools (for now)
|
|
|
|
* deb packages fixed up
|
|
|
|
|
|
|
|
-- sage <sage@newdream.net> Mon, 8 Sep 2009 14:48:00 -0800
|
|
|
|
|
2009-08-24 17:45:14 +00:00
|
|
|
ceph (0.13-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* osd: stay active during backlog generation
|
|
|
|
* osdmap: override mappings (pg_temp)
|
|
|
|
* kclient: some improvements in kmalloc, memory preallocation
|
|
|
|
* [ku]lcient: fix sync read vs eof, lseek(..., SEEK_END)
|
|
|
|
* mds: misc bugfixes for multiclient file access
|
|
|
|
|
|
|
|
-- sage <sage@newdream.net> Mon, 24 Aug 2009 10:43:00 -0800
|
|
|
|
|
2009-08-05 21:12:00 +00:00
|
|
|
ceph (0.12-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* kclient: mapping_set_error in writepage, layout ioctl, writeback mempools, cap writeback, fsync
|
|
|
|
* mds: various clustering fixes
|
|
|
|
* uclient: misc fixes
|
|
|
|
* msgr: fixed bad fd close (causing spurious EBADF errors)
|
|
|
|
|
|
|
|
-- sage <sage@newdream.net> Wed, 5 Aug 2009 13:58:00 -0800
|
|
|
|
|
2009-07-22 19:40:52 +00:00
|
|
|
ceph (0.11-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* kclient fixes, clean (lkml review)
|
|
|
|
* improved encoding of on-wire types
|
|
|
|
* mount.ceph now updates /etc/mtab
|
|
|
|
* uclient: fix rename() refcount bug
|
|
|
|
|
|
|
|
-- sage <sage@newdream.net> Tue, 12 Jul 2009 12:36:00 -0800
|
|
|
|
|
2009-07-15 20:33:30 +00:00
|
|
|
ceph (0.10-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* uclient fixes
|
|
|
|
* libceph
|
|
|
|
* mds: trivialmap encoding (efficient dir updates)
|
|
|
|
* mds: reconnect fixes
|
|
|
|
* osd: recovery, corruption fixes
|
|
|
|
* kclient: unaligned access fixes
|
|
|
|
|
|
|
|
-- sage <sage@newdream.net> Tue, 15 Jul 2009 13:26:00 -0800
|
|
|
|
|
2009-06-18 20:31:04 +00:00
|
|
|
ceph (0.9-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* mds exherts memory pressure on clients
|
|
|
|
* initial version of librados
|
|
|
|
* object classes
|
|
|
|
* a few critical crush bugfixes
|
|
|
|
* osd recovery fixes
|
|
|
|
* objects are strings
|
|
|
|
* improved metadata to eventually aid in disaster recovery
|
|
|
|
* kclient: fixed snap vs truncate bug
|
|
|
|
* kclient: readdir fixes
|
|
|
|
|
|
|
|
-- sage <sage@newdream.net> Thu, 18 Jun 2009 13:18:00 -0800
|
|
|
|
|
2009-05-01 14:27:32 +00:00
|
|
|
ceph (0.8-1) unstable; urgency=low
|
|
|
|
|
2009-05-19 18:17:11 +00:00
|
|
|
* mount error reporting
|
|
|
|
* fix mds file size/mtime recovery
|
|
|
|
* crush fixes
|
|
|
|
* mds cap fixes
|
|
|
|
* support Linux 2.6.30
|
2009-05-01 14:27:32 +00:00
|
|
|
|
2009-05-19 18:17:11 +00:00
|
|
|
-- sage <sage@newdream.net> Tue, 19 May 2009 13:57:22 -0800
|
2009-05-01 14:27:32 +00:00
|
|
|
|
2009-04-02 17:46:17 +00:00
|
|
|
ceph (0.7.3-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* new caps strategy
|
|
|
|
* simplier mds<->client protocol
|
2009-05-01 14:27:32 +00:00
|
|
|
* lots of mds cleanups (locking, caps, path_traverse)
|
|
|
|
* kclient: dcache readdir
|
|
|
|
* kclient: async xattrs
|
|
|
|
* fixed lots of memory leaks
|
|
|
|
* metadata format version on disk
|
|
|
|
* adjustable object replication
|
2009-04-02 17:46:17 +00:00
|
|
|
|
2009-05-01 14:27:32 +00:00
|
|
|
-- sage <sage@newdream.net> Fri, 1 May 2009 13:57:22 -0800
|
2009-04-02 17:46:17 +00:00
|
|
|
|
2009-03-18 21:42:37 +00:00
|
|
|
ceph (0.7.2-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* osd ack+sync handling in kclient
|
|
|
|
* rdcap renewal
|
2009-04-02 17:46:17 +00:00
|
|
|
* better mon logging
|
|
|
|
* mds clustering fixes
|
|
|
|
* better tunables on kclient
|
2009-03-18 21:42:37 +00:00
|
|
|
|
2009-04-02 17:46:17 +00:00
|
|
|
-- sage <sage@newdream.net> Tue, 2 Apr 2009 13:57:22 -0800
|
2009-03-18 21:42:37 +00:00
|
|
|
|
2009-03-09 22:39:16 +00:00
|
|
|
ceph (0.7.1-1) unstable; urgency=low
|
|
|
|
|
2009-03-16 18:04:13 +00:00
|
|
|
* O_DIRECT
|
|
|
|
* single configuration file
|
2009-03-18 21:42:37 +00:00
|
|
|
* lease renewal
|
2009-03-09 22:39:16 +00:00
|
|
|
|
2009-03-16 18:04:13 +00:00
|
|
|
-- sage <sage@newdream.net> Mon, 16 Mar 2009 13:57:22 -0800
|
2009-03-09 22:39:16 +00:00
|
|
|
|
2009-02-24 21:15:53 +00:00
|
|
|
ceph (0.7-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* smart osd sync
|
|
|
|
* osd bug fixes
|
|
|
|
* fast truncate
|
|
|
|
* improved start/stop scripts
|
2009-03-02 20:37:49 +00:00
|
|
|
* new cluster configuration files, framework
|
|
|
|
* /proc/fs/ceph -> /sys/fs/ceph on kclient
|
2009-02-24 21:15:53 +00:00
|
|
|
|
2009-03-02 20:37:49 +00:00
|
|
|
-- sage <sage@newdream.net> Thu, 5 Mar 2009 13:57:22 -0800
|
2009-02-24 21:15:53 +00:00
|
|
|
|
2009-01-20 19:52:50 +00:00
|
|
|
ceph (0.6-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* OSD scrub, fixes
|
|
|
|
* async metadata ops
|
|
|
|
|
2009-02-24 20:29:28 +00:00
|
|
|
-- sage <sage@newdream.net> Thu, 1 Jan 2009 13:57:22 -0800
|
|
|
|
|
2009-01-20 19:52:50 +00:00
|
|
|
ceph (0.5-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* OSD bug fixes
|
|
|
|
* btrfs ioctl interface
|
|
|
|
* efficient snap recovery
|
|
|
|
* throttled osd recovery
|
|
|
|
* forced unmount
|
|
|
|
|
2009-02-24 20:29:28 +00:00
|
|
|
-- sage <sage@newdream.net> Thu, 13 Nov 2008 13:57:22 -0800
|
|
|
|
|
2008-10-09 20:59:02 +00:00
|
|
|
ceph (0.4-1) unstable; urgency=low
|
|
|
|
|
|
|
|
* Snapshots.
|
|
|
|
|
|
|
|
-- sage <sage@newdream.net> Thu, 9 Oct 2008 13:57:22 -0800
|
|
|
|
|
2008-07-24 17:14:08 +00:00
|
|
|
ceph (0.3-1) unstable; urgency=low
|
2008-01-28 23:33:37 +00:00
|
|
|
|
2009-03-10 20:22:51 +00:00
|
|
|
* Initial release (Closes: #506040)
|
2008-01-28 23:33:37 +00:00
|
|
|
|
|
|
|
-- sage <sage@newdream.net> Mon, 28 Jan 2008 15:09:44 -0800
|