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

osd: zeroize ceph_osd_op instance in PrimaryLogPG::do_manifest_flush(). #35407

Closed
wants to merge 1 commit into from

Conversation

rzarzynski
Copy link
Contributor

Fixes: https://tracker.ceph.com/issues/45661
Signed-off-by: Radoslaw Zarzynski rzarzyns@redhat.com

Checklist

  • References tracker ticket
  • Updates documentation if necessary
  • Includes tests for new functionality or reproducer for bug

Show available Jenkins commands
  • jenkins retest this please
  • jenkins test classic perf
  • jenkins test crimson perf
  • jenkins test signed
  • jenkins test make check
  • jenkins test make check arm64
  • jenkins test submodules
  • jenkins test dashboard
  • jenkins test dashboard backend
  • jenkins test docs
  • jenkins render docs
  • jenkins test ceph-volume all
  • jenkins test ceph-volume tox

@rzarzynski
Copy link
Contributor Author

http://pulpito.ceph.com/rzarzynski_bug45661/5116784/, although failed, hasn't shown any Valgrind issues.

@tchaikov
Copy link
Contributor

tchaikov commented Jun 7, 2020

drop this change as #35186 replaced the changed code block with

      {
	bufferlist t;
	cls_cas_chunk_create_or_get_ref_op get_call;
	get_call.source = soid;
	get_call.data = chunk_data;
	::encode(get_call, t);
	obj_op.call("cas", "chunk_create_or_get_ref", t);
      }

@tchaikov
Copy link
Contributor

tchaikov commented Jun 9, 2020

@rzarzynski shall we just close this PR? as #35186 has been merged.

@rzarzynski
Copy link
Contributor Author

@tchaikov: yup. I will put a note into the tracker.

@rzarzynski rzarzynski closed this Jun 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants