]> Git Repo - qemu.git/commit
block/gluster: rename [server, volname, image] -> [host, volume, path]
authorPrasanna Kumar Kalever <[email protected]>
Tue, 19 Jul 2016 16:57:29 +0000 (22:27 +0530)
committerJeff Cody <[email protected]>
Tue, 19 Jul 2016 21:08:12 +0000 (17:08 -0400)
commitd5cf4079ca713cccd16302159fc06f8540c33a57
tree4dd00f41c7e96017abc029fb3d04d98e1d6f9da1
parentcf56a3c632d039d00e29dfe8676321d6d349190c
block/gluster: rename [server, volname, image] -> [host, volume, path]

A future patch will add support for multiple gluster servers. Existing
terminology is a bit unusual in relation to what names are used by
other networked devices, and doesn't map very well to the terminology
we expect to use for multiple servers.  Therefore, rename the following
options:
'server'  -> 'host'
'image'   -> 'path'
'volname' -> 'volume'

Signed-off-by: Prasanna Kumar Kalever <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Reviewed-by: Jeff Cody <[email protected]>
Message-id: 1468947453[email protected]
Signed-off-by: Jeff Cody <[email protected]>
block/gluster.c
This page took 0.024226 seconds and 4 git commands to generate.