]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rados: add pg (non-object) ops
authorSage Weil <sage@newdream.net>
Tue, 2 Jun 2009 17:52:38 +0000 (10:52 -0700)
committerSage Weil <sage@newdream.net>
Tue, 2 Jun 2009 17:52:38 +0000 (10:52 -0700)
commitc9869fd2e0eb16e436152093721a4dfa28534cf5
treede4b548a6a00fec89b4a29b365b47656f4f51412
parent60917d93339492dd4a6bbb29e27389efd0c04337
rados: add pg (non-object) ops

Some ops run against the whole pg, not individual objects.  Setting the
PGOP flag selects a different write path that skips missing object checks
(ignores oid).
src/TODO
src/include/rados.h
src/osd/OSD.cc
src/osd/ReplicatedPG.cc
src/osd/ReplicatedPG.h