summaryrefslogtreecommitdiffstats
path: root/xlators/cluster/dht/src/dht-common.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/cluster/dht/src/dht-common.c')
-rw-r--r--xlators/cluster/dht/src/dht-common.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/xlators/cluster/dht/src/dht-common.c b/xlators/cluster/dht/src/dht-common.c
index b65fe9077ee..242e1798753 100644
--- a/xlators/cluster/dht/src/dht-common.c
+++ b/xlators/cluster/dht/src/dht-common.c
@@ -5489,7 +5489,7 @@ dht_mknod (call_frame_t *frame, xlator_t *this,
gf_msg_debug (this->name, 0,
"no subvolume in layout for path=%s",
loc->path);
- op_errno = ENOENT;
+ op_errno = EIO;
goto err;
}
@@ -5598,7 +5598,7 @@ dht_symlink (call_frame_t *frame, xlator_t *this,
gf_msg_debug (this->name, 0,
"no subvolume in layout for path=%s",
loc->path);
- op_errno = ENOENT;
+ op_errno = EIO;
goto err;
}
@@ -5902,7 +5902,7 @@ dht_link (call_frame_t *frame, xlator_t *this,
gf_msg_debug (this->name, 0,
"no subvolume in layout for path=%s",
newloc->path);
- op_errno = ENOENT;
+ op_errno = EIO;
goto err;
}
@@ -6475,7 +6475,7 @@ dht_create (call_frame_t *frame, xlator_t *this,
"no subvolume in layout for path=%s",
loc->path);
- op_errno = ENOENT;
+ op_errno = EIO;
goto err;
}
@@ -6768,7 +6768,7 @@ dht_mkdir (call_frame_t *frame, xlator_t *this,
gf_msg_debug (this->name, 0,
"hashed subvol not found for %s",
loc->path);
- op_errno = ENOENT;
+ op_errno = EIO;
goto err;
}