no automatically create onode in seastore.
Signed-off-by: chunmei-liu <chunmei.liu@intel.com>
{
run_async([this] {
auto &test_obj = get_object(make_oid(0));
+ test_obj.touch(*seastore);
test_obj.set_omap(
*seastore,
"asdf",
{
run_async([this] {
auto& test_obj = get_object(make_oid(0));
+ test_obj.touch(*seastore);
{
std::string oi("asdfasdfasdf");
bufferlist bl;
return ss.str();
};
auto &test_obj = get_object(make_oid(0));
+ test_obj.touch(*seastore);
for (unsigned i = 0; i < 20; ++i) {
test_obj.set_omap(
*seastore,