TiUP Playground --tag参数不生效

【 TiDB 使用环境`】测试环境
【 TiDB 版本】tiup v1.9.5 tidb v6.0.0
【遇到的问题】

根据官网文档描述,tiup playground指定–tag参数可以设置数据存放目录:


测试了一下好像并不生效,数据还是放在了/tmp目录下

[root@dbserver1 ~]# tiup playground v6.0.0 --db 1 --pd 1 --kv 3 --tag /root/tidb
tiup is checking updates for component playground ...
Starting component `playground`: /root/.tiup/components/playground/v1.9.5/tiup-playground /root/.tiup/components/playground/v1.9.5/tiup-playground v6.0.0 --db 1 --pd 1 --kv 3 --tag /root/tidb
Playground Bootstrapping...
Start pd instance:v6.0.0
Start tikv instance:v6.0.0
Start tikv instance:v6.0.0
Start tikv instance:v6.0.0
Start tidb instance:v6.0.0
Waiting for tidb instances ready
127.0.0.1:4000 ... Done
Start tiflash instance:v6.0.0
Waiting for tiflash instances ready
127.0.0.1:3930 ... Done
CLUSTER START SUCCESSFULLY, Enjoy it ^-^
To connect TiDB: mysql --comments --host 127.0.0.1 --port 4000 -u root -p (no password)
To view the dashboard: http://127.0.0.1:2379/dashboard
PD client endpoints: [127.0.0.1:2379]
To view the Prometheus: http://127.0.0.1:9090
To view the Grafana: http://127.0.0.1:3000
[root@dbserver1 ~]# ll /root/tidb
total 0

【复现路径】
【问题现象及影响】

【附件】

这可能是个文档的问题吗?

改成 --tag tidb 重新起个 playground 试试

测试结论:

tag参数目前只能设置目录名称,并且这个目录固定在.tiup/data下面,不支持指定自定义目录

此话题已在最后回复的 1 分钟后被自动关闭。不再允许新回复。