diff options
author | Raghavendra Bhat <raghavendra@redhat.com> | 2018-10-01 17:30:19 -0400 |
---|---|---|
committer | Atin Mukherjee <amukherj@redhat.com> | 2018-10-04 05:02:35 +0000 |
commit | 83a89296a3d12a3fc2a643c0630be5ce659204ea (patch) | |
tree | 27ecd5d9c86bed30d67ffc31454f40d8a8a50424 /xlators/mgmt/glusterd/src/glusterd-mgmt.h | |
parent | 6b58e8426a36bc544c06a599311999bf89ad04f2 (diff) |
mgmt/glusterd: use proper path to the volfile
Till now, glusterd was generating the volfile path for the snapshot
volume's bricks like this.
/snaps/<snap name>/<brick volfile>
But in reality, the path to the brick volfile for a snapshot volume is
/snaps/<snap name>/<snap volume name>/<brick volfile>
The above workaround was used to distinguish between a mount command used
to mount the snapshot volume, and a brick of the snapshot volume, so that
based on what is actually happening, glusterd can return the proper volfile
(client volfile for the former and the brick volfile for the latter). But,
this was causing problems for snapshot restore when brick multiplexing is
enabled. Because, with brick multiplexing, it tries to find the volfile
and sends GETSPEC rpc call to glusterd using the 2nd style of path i.e.
/snaps/<snap name>/<snap volume name>/<brick volfile>
So, when the snapshot brick (which is multiplexed) sends a GETSPEC rpc
request to glusterd for obtaining the brick volume file, glusterd was
returning the client volume file of the snapshot volume instead of the
brick volume file.
Change-Id: I28b2dfa5d9b379fe943db92c2fdfea879a6a594e
fixes: bz#1635050
Signed-off-by: Raghavendra Bhat <raghavendra@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-mgmt.h')
0 files changed, 0 insertions, 0 deletions