Merge pull request #214 from markhpc/wip-ior-rados-mark

src/aiori-RADOS: Remove Direct IO option check.
master
Julian Kunkel 2020-02-26 09:06:54 +00:00 committed by GitHub
commit ec8d246b33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -137,9 +137,6 @@ static void *RADOS_Create_Or_Open(char *testFileName, IOR_param_t * param, int c
RADOS_Cluster_Init(param);
if (param->useO_DIRECT == TRUE)
WARN("direct I/O mode is not implemented in RADOS\n");
oid = strdup(testFileName);
if (!oid)
ERR("unable to allocate RADOS oid");