-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
25 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
|
||
- ensure debian package builds | ||
|
||
$ ./build_upload_debian_packages.sh unstable amd64 | ||
|
||
- adjust version in configure.ac | ||
- add entry to debian/changelog, with proper version | ||
- commit | ||
- git tag version | ||
- make dist, upload to ceph.newdream.net:ceph.newdream.net/downloads | ||
- build debs for amd64, i386 | ||
- email ml + post news entry | ||
|
||
- rebase kclient_clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,13 @@ | ||
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 <[email protected]> Mon, 24 Aug 2009 10:43:00 -0800 | ||
|
||
ceph (0.12-1) unstable; urgency=low | ||
|
||
* kclient: mapping_set_error in writepage, layout ioctl, writeback mempools, cap writeback, fsync | ||
|