Changelog for
libcephfs1-11.0.0+git.1472410489.d6409b8-1.18.x86_64.rpm :
Sun Aug 28 14:00:00 2016 ncutlerAATTsuse.com
- Update to version 11.0.0+git.1472410489.d6409b8:
+ ceph.spec.in: drop ceph-rpmlintrc source line
Fri Aug 26 14:00:00 2016 ncutlerAATTsuse.com
- Update to version 11.0.0+git.1472201152.3a61216:
+ rpm: force creation of Python 3 __pycache__ on SUSE
Thu Aug 25 14:00:00 2016 ncutlerAATTsuse.com
- Update to version 11.0.0+git.1472136426.354b982:
+ Revert \"ceph.spec.in: ppc64 build in Tumbleweed only\"
+ Revert \"ceph.spec.in: don\'t try to package __pycache__\"
Tue Aug 23 14:00:00 2016 ncutlerAATTsuse.com
- _constraints: tweak values to pick up maximum number of OBS build workers
Tue Aug 23 14:00:00 2016 rdiasAATTsuse.com
- Update to version 11.0.0+git.1471969747.79ca12e:
+ cmake: fix declaration position of WITH_TESTS option
Tue Aug 23 14:00:00 2016 rdiasAATTsuse.com
- Update to version 11.0.0+git.1471959548.f013b97:
+ rpm: Renamed bcond tests flag to make_check
+ cmake: Use WITH_TESTS flag to guard the build of ceph-test scripts/binaries
+ rpm: Added ceph_test_package bcond flag to control the build of ceph-test package
Fri Aug 19 14:00:00 2016 tserongAATTsuse.com
- Update to version 11.0.0+git.1471605408.9203335:
+ ceph.spec.in: don\'t try to package __pycache__
Fri Aug 19 14:00:00 2016 tserongAATTsuse.com
- Update to version 11.0.0+git.1471601504.f312e7e:
+ test/libcephfs: add the necessary judgment
+ test/librados: add ASSERT_EQ & ASSERT_NE judgment
+ rgw: optimize the usage of string.find and some indents
+ rgw: patch manifest to handle explicit objs copy issue
+ rgw: adjust objs when copying obj with explicit_objs set
+ rgw: adjust manifest head object
+ rgw: fix the error return variable in log message
+ rgw: fix trimming object expirer\'s hints.
+ rgw: fix skipping some objects to delete by RadosGW\'s object expirer.
+ rgw: ONLY improve code formatting in rgw_object_expirer_core.{cc,h}.
+ os/bluestore: allow csum verification disable on read.
+ os/bluestore: add csum on/off test case
+ os/bluestore: add store statfs parameters to bluestore perf counters
+ os/bluestore: add perf counters for compress/decompress performance measurement
+ tools: fix the core dump when get the crushmap do not exist
+ librbd: request exclusive lock if current owner cannot execute op
+ src/global/pidfile.cc: Assign elements in structures individually
+ rgw: fixes for period puller
+ rgw: for the create_bucket api, if the input creation_time is zero, we should set it to \'now\"
+ pybind: Rework rbd/setup.py for PyPI
+ pybind: Add BUILD_DOC env var to rbd/setup.py
+ doc: fix rbd map format in rbd manpage
+ ceph-disk: change ownership of init file to ceph:ceph
+ cmake: Also build Python bindings for Python 3
+ pybind: Make ceph_volume_client\'s syntax compatible with Python 3 (just so it passes the bytecompilation step)
+ debian: Add packages for Python 3 bindings
+ rpm: Add packages for Python 3 bindings
+ os/bluestore/bluefs_types: fix extent operator<<
+ os/bluestore/BlueFS: do not op_file_update deleted files
+ os/bluestore: print bluefs_extents in hex
+ os/bluestore: do not track bluefs_extents via freelist
+ os/bluestore/BitMapAllocator: align to min_alloc_size on init_rm_free
+ rgw/doc: fix typo and indent.
+ mon/MonDBStore: fix assert which never fires
+ osd/OSDMonitor: count pg primed more precisely
+ doc: replace cluster name with cluster-name to avoid confusing
+ doc: fix typo maximum -> minimal
+ doc: fix command format
+ batch is_allocated bit checks
+ cmake: Move Python detection back outside of pybind
+ doc: format 2 now is the default image format
+ rgw: Rework of s3 v2 local authentication code.
+ rbd: bench io-size should not be larger than image size
+ doc/install: Use https:// for download.ceph.com
+ librbd: fix possible inconsistent state when disabling mirroring
+ os/bluestore/ExtentFreelistManager: move default create out of parent
+ librbd: new journal policy to disable initializing the journal
+ librbd: permit disabling journaling if in corrupt state
+ qa/workunits: support filtering cls_rbd unit test cases
+ os/bluestore/BlueFS: _should_compact_log
+ os/bluestore/BlueFS: _replay(false) to dump log file
+ mon/PGMonitor: move C_Stats struct to cc file
+ client: don\'t use special faked-up inode for /..
+ client: add a testcase for \"/..\" handling
+ os/bluestore/BlueFS: add OP_JUMP
+ os/bluestore/BlueFS: allow log position to when doing op_jump
+ os/bluestore/BlueFS: move metadata dump (compaction) into a helper
+ os/bluestore/BlueFS: interface to get bluefs space usage
+ os/bluestore/BlueFS: init in header at decl
+ os/bluestore/BlueFS: assert we never extend log at flush
+ os/bluestore/BlueFS: use hex
+ os/bluestore/BlueFS: Add sync and async compaction
+ os/bluestore/BlueFS: Helper functions for the unit test framework
+ os/bluestore/BlueFS: unit tests for log compaction
+ os/bluestore/BlueFS: Cleanup unused interfaces
+ unittest_bluefs: make flush_3 test device larger
+ bluestore: initialize csum_order properly
+ librbd: fix possible memory leak when image open fails
+ script: improve ceph-release-notes regex
+ rbdmap: specify bash shell interpreter
+ doc: added rbdmap man page to RBD restructured index
+ librbd: always respond to \"release lock\" request if lock owner
+ rgw: fix radosgw daemon core when reopen logs
+ qa/workunits/rbd: demote/promote image on same cluster
+ rbd-mirror: include tag tid in bootstrap debug log messages
+ librbd: separate journal::TagData predecessor data into new struct
+ librbd: block RPC requests when demoting the image
+ librbd: normalize journal promotion/demotion events
+ rbd-mirror: demote/promote in same cluster results in split-brain
+ rbd-mirror: prevent syncing to non-primary image after failover
+ test: fixed unused function warnings in unittest_rbd_mirror
+ doc: remove the description of deleted options
+ msg/async/Stack: add abstract Stack
+ msg/async: add PosixStack support
+ msg/async/net_handler: let set_socket_options return value
+ msg/async/AsyncConnection: support NetworkStack api instead of posix
+ msg/async/Event: debug event address when dispatching and executing
+ msg/async/Event: remove event wakeup flag
+ msg/async/PosixStack: increase log level
+ msg/async/Stack: disable smart thread spawn now
+ common/ceph_context: add prefork/postfork wathcher support
+ msg/async/Stack: register fork watcher
+ msg/async: allow EventCenter::set_owner reentry
+ msg/async: readd set_priority call
+ msg/async/AsyncConnection: fix _conn_prefix racing when stopped
+ test_async_networkstack: add networkstack tests
+ msg/async/Event: remove global_centers assert
+ test_msgr: ensure wait for ms_dispatch executed
+ mon/OSDMonitor: add sanity check before setting use_gmt_hitset attribute
+ osd/OSDMonitor: drop redundant null check of max_failed_since
+ osd/OSDMonitor: drop redundant check of assert
+ mon/LogMonitor: remove \"host\" and \"fsid\" from handle_conf_change()
+ test: gcc 6.1.1 complains about missing include:
. 4.8.3 does not complain about it
+ rgw: fix flush_read_list() error msg
+ cmake: Fix mismatched librgw VERSION / SOVERSION
+ cmake: Add -pie to CMAKE_EXE_LINKER_FLAGS
+ rgw_file: restore local definition of RGWLibFS gc interval
+ kv: delete store after pg destructor is called in OSD shutdown.
+ kv: fix iterator invalidation in memdb.
+ kv: fill \'m_key_value\' after \'seek_to_first\' or \'seek_to_last\'
+ kv: fix iterator bug in prev
+ test/store_test: fix incorrect prompt given by stash callback
+ test/store_test: drop redundant transaction of callbacks
+ test/store_test: avoid dynamic allocation of trans
+ cmake: recompile erasure src for different variants
+ rgw ldap: protect rgw::from_base64 from non-base64 input
+ qa/workunits/rados/test_python.sh: Allow specifying Python executable (through an environment variable)
+ ceph.spec.in: specify local sources
+ ceph.spec.in: ppc64 build in Tumbleweed only
+ ceph.spec.in: add lowmem_builder_override
+ ceph.spec.in: add Prereq: permissions to radosgw package
+ ceph.spec.in: remove vim hints line
+ ceph.spec.in: remove all mentions of epoch
+ ceph_disk.main: s/get_dev_size/get_free_partition_size/
+ ceph_disk tests/test_prepare: s/get_dev_size/get_free_partition_size/
+ ceph_disk tests/test_get_free_partition_size: New unit tests
+ ceph_disk tox.ini: add tests/test_get_free_partition_size.py
+ ceph.spec.in: replace pwdutils dependency with shadow
+ Make systemd-tmpfiles create /var/run/ceph-radosgw at boot
+ rpm: fix ownership of logfiles in %pre
+ Revert \"rbd: update default image features\"
+ osd: munge cache-pin ops with data into writesame
+ ceph osd: add support for new op cmpext
+ rpm: make lowmem_builder code much smarter
+ rpm: add procps build dependency
+ rpm: modify optflags to make debuginfos less huge
+ Revert \"ceph.spec.in: add lowmem_builder_override\"
+ rpm: lean_debug_symbols bcond
+ rpm: use gcc manpage terminology for debug info bcond
+ Revert \"Drop any systemd imposed process/thread limits\"
+ Revert \"systemd: Add systemd sandboxing to services.\"
+ rpm: be careful about build parallelism
+ rpm: divergent java, ocf conditional builds
+ rpm: fix _with_ocf
+ rpm: drop obsolete libs-compat metapackage
+ rpm: drop obsolete python-ceph-compat metapackage
+ ceph.spec.in: drop ceph-brag and ceph-post-file
+ ceph.spec.in: move cephfs-
* fsck tools to ceph-base
+ ceph.spec.in: move ceph-dencoder to ceph-base
+ rpm: Moved ceph-client-debug from ceph-base to ceph-test package
+ rpm: add udev BuildRequires to provide /usr/lib/udev directory
+ rpm: Remove trailing whitespace in usermod command (SUSE)
Fri Aug 12 14:00:00 2016 tserongAATTsuse.com
- Update to version 11.0.0+git.1470997027.9c9b8a5:
+ doc/radosgw: remove reference of purge-temp.rst
+ doc/radosgw: fix the table formatting
+ doc: silence sphinx warnings
+ global/signal_handler: use sig_str instead of sys_siglist
+ librados: use bufferlist instead of buffer::list
+ cmake: cleanup Findgperftools.cmake
+ cmake: cleanup Findleveldb.cmake
+ cmake: cleanup Findxio.cmake
+ rgw file: remove busy-wait in RGWLibFS::gc()
+ Lowered third example to keep PG count lower.
+ run-make-check.sh: pass args to do_cmake.sh
+ ceph.spec.in: specify local sources
Fri Aug 5 14:00:00 2016 ncutlerAATTsuse.com
- Update to version 11.0.0+git.1470355272.6fed82a:
+ initial fork of SES5