]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
tools/ceph_objectstore_tool: action_on_all_objects_in_pg to skip pgmeta
authorMatan Breizman <mbreizma@redhat.com>
Sun, 26 Nov 2023 14:02:41 +0000 (14:02 +0000)
committerMatan Breizman <mbreizma@redhat.com>
Sun, 26 Nov 2023 14:02:41 +0000 (14:02 +0000)
commit6b0a9a580f3376a5db208674a24e4599500b712f
tree21dc359324e02a5a57ff9826db3fa3443ef98eed
parent14f1647b60acb45d7b342d604fc0cd9fc2b68e4f
tools/ceph_objectstore_tool: action_on_all_objects_in_pg to skip pgmeta

See "Error getting attr on" after creating an empty pool:

```
$ ceph-objectstore-tool --data-path ./dev/osd0 --op list
Error getting attr on : 2.0_head,#2:00000000::::head#, (61) No data available
["2.0",{"oid":"","key":"","snapid":-2,"hash":0,"max":0,"pool":2,"namespace":"","max":0}]
```

_action_on_all_objects_in_pg() should skip getting the (non-existing) attributes of pgmeta hobjects.

Note: pgmeta_oid is created at the PG's constructor and is written to disk in init_pg_ondisk()
      without any OI_ATTR.

Fixes: https://tracker.ceph.com/issues/63640
Signed-off-by: Matan Breizman <mbreizma@redhat.com>
src/tools/ceph_objectstore_tool.cc