Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jewel: Periodically update the sync point object number during sync #11458

Closed
wants to merge 1 commit into from
Closed

jewel: Periodically update the sync point object number during sync #11458

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented Oct 13, 2016

Fixes: http://tracker.ceph.com/issues/15108

Signed-off-by: Ricardo Dias <rdias@suse.com>
(cherry picked from commit c2eedf4)
@ghost ghost self-assigned this Oct 13, 2016
@ghost ghost added this to the jewel milestone Oct 13, 2016
@ghost ghost added bug-fix rbd labels Oct 13, 2016
@ghost
Copy link
Author

ghost commented Oct 13, 2016

  CXX      os/bluestore/libos_a-BlueRocksEnv.o
make[4]: Entering directory `/home/jenkins-build/build/workspace/ceph-pull-requests/src/rocksdb'
make[4]: warning: -jN forced in submake: disabling jobserver mode.
In file included from ./common/config.h:234:0,
                 from ./common/dout.h:20,
                 from ./common/debug.h:18,
                 from os/bluestore/Allocator.cc:6:
./common/config_opts.h:1228:14: error: redeclaration of ‘const double md_config_t::rbd_mirror_sync_point_update_age’
 OPTION(rbd_mirror_sync_point_update_age, OPT_DOUBLE, 30) // number of seconds between each update of the image sync point object number
              ^
./common/config_opts.h:1222:14: note: previous declaration ‘const double md_config_t::rbd_mirror_sync_point_update_age’
 OPTION(rbd_mirror_sync_point_update_age, OPT_DOUBLE, 30) // number of seconds between each update of the image sync point object number
              ^
make[3]: *** [os/bluestore/libos_a-Allocator.o] Error 1
make[3]: *** Waiting for unfinished jobs....

@ghost
Copy link
Author

ghost commented Oct 13, 2016

Part of #10678

@ghost ghost closed this Oct 13, 2016
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
1 participant