summaryrefslogtreecommitdiffstats
path: root/tests/bugs/glusterfs-server/bug-873549.t
diff options
context:
space:
mode:
authorCsaba Henk <csaba@redhat.com>2020-05-14 17:46:09 +0200
committerAmar Tumballi <amar@kadalu.io>2020-06-02 10:34:51 +0000
commit9541796664103e69cc436598ff9c17cfd4e3c093 (patch)
tree7ff8944464e499d3bdda42c6ea56fe141e615d00 /tests/bugs/glusterfs-server/bug-873549.t
parent6ac77f85255c198fe08ed34b238a308d9428ac6d (diff)
io-cache,quick-read: deprecate volume options with flawed semantics or naming
- performance.cache-size has a flawed semantics, as it's dispatched on two independent translators, io-cache and quick-read. - performance.qr-cache-timeout has a confusing name, as other options affecting quick-read have an unabbreviated "quick-read-..." prefix in their names. We keep these options with unchanged operation, but in the help output we indicate their deprecation. The following better alternatives are introduced: - performance.io-cache-size to tune cache-size option of io-cache - performance.quick-read-cache-size to tune cache-size option of quick-read - performance.quick-read-cache-timeout as a preferred synonym for performance.qr-cache-timeout Fixes: #952 Change-Id: Ibd04fb638de8cac450ba992ad8a415154f9f4281 Signed-off-by: Csaba Henk <csaba@redhat.com>
Diffstat (limited to 'tests/bugs/glusterfs-server/bug-873549.t')
-rw-r--r--tests/bugs/glusterfs-server/bug-873549.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/bugs/glusterfs-server/bug-873549.t b/tests/bugs/glusterfs-server/bug-873549.t
index a3b2f9c9bf7..8b5534728fd 100644
--- a/tests/bugs/glusterfs-server/bug-873549.t
+++ b/tests/bugs/glusterfs-server/bug-873549.t
@@ -10,7 +10,7 @@ TEST $CLI volume info;
TEST $CLI volume create $V0 $H0:$B0/${V0}{1,2};
-TEST $CLI volume set $V0 performance.cache-size 512MB
+TEST $CLI volume set $V0 performance.quick-read-cache-size 512MB
TEST $CLI volume start $V0
TEST $CLI volume statedump $V0 all