[Bugs] [Bug 1176062] New: Force replace-brick lead to the persistent write(use dd) return Input/output error
bugzilla at redhat.com
bugzilla at redhat.com
Fri Dec 19 10:28:44 UTC 2014
https://bugzilla.redhat.com/show_bug.cgi?id=1176062
Bug ID: 1176062
Summary: Force replace-brick lead to the persistent write(use
dd) return Input/output error
Product: GlusterFS
Version: mainline
Component: disperse
Assignee: bugs at gluster.org
Reporter: jiademing.dd at gmail.com
CC: bugs at gluster.org, gluster-bugs at redhat.com
Description of problem:
I mkdir /mountpoint/a/b/c -p, after that exec dd if=/dev/zero
of=/mountpoint/a/b/c/test.bak bs=1M. then I relace-brick commit force.
replace-brick success, but the write return Input/output error.
Version-Release number of selected component (if applicable):
glusterfs-master or glusterfs-3.6.2beta1
How reproducible:
Steps to Reproduce:
1.I create a disperse 3 redundancy 1 volume
Volume Name: test
Type: Disperse
Volume ID: bfdbfc8e-3dcc-4459-a1e4-9de17df03db5
Status: Started
Number of Bricks: 1 x (2 + 1) = 3
Transport-type: tcp
Bricks:
Brick1: node-1:/sda/
Brick2: node-1:/sdb/
Brick3: node-1:/sdc/
Options Reconfigured:
features.quota: on
performance.high-prio-threads: 64
performance.low-prio-threads: 64
performance.least-prio-threads: 64
performance.normal-prio-threads: 64
performance.io-thread-count: 64
server.allow-insecure: on
features.lock-heal: on
network.ping-timeout: 5
performance.client-io-threads: enable
2.mkdir -p /mountpoint/a/b/c
3.dd if=/dev/zero of=/mountpoint/a/b/c/test.bak bs=1M
4.gluster volume replace-brick node-1:/sda node-1:/sdd commit force
Actual results:
replace-brick success, but dd write return Input/output error.
Expected results:
replace-brick success and the persistent write all should be OK.
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list