Skip to content

Commit 28fbd52

Browse files
remove obsolete arg
1 parent 374c6d0 commit 28fbd52

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

simplyblock_core/cluster_ops.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ def cluster_activate(cl_id, force=False, force_lvstore_create=False):
412412
else:
413413
ret = storage_node_ops.create_lvstore(snode, cluster.distr_ndcs, cluster.distr_npcs, cluster.distr_bs,
414414
cluster.distr_chunk_bs, cluster.page_size_in_blocks, max_size, snodes,
415-
cluster.persistent, cluster.support_storage_tiering, snode.secondary_stg_name,
415+
cluster.support_storage_tiering, snode.secondary_stg_name,
416416
cluster.disaster_recovery, snode.secondary_io_timeout_us, snode.ghost_capacity,
417417
snode.fifo_main_capacity, snode.fifo_small_capacity)
418418
if not ret and not force:

simplyblock_core/env_var

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
SIMPLY_BLOCK_COMMAND_NAME=sbcli-storage-tiering
2-
SIMPLY_BLOCK_VERSION=12.2.6
2+
SIMPLY_BLOCK_VERSION=12.2.7
33

44
SIMPLY_BLOCK_DOCKER_IMAGE=public.ecr.aws/simply-block/simplyblock:storage-tiering
55
DOCKER_USER=hamdysimplyblock

0 commit comments

Comments
 (0)