-
Today I want to try to deploy a mysql high availability on top of Juicefs. The configuration is as follows:
apiVersion: v1
apiVersion: storage.k8s.io/v1
apiVersion: v1
apiVersion: v1
apiVersion: v1
rpc error: code = Internal desc = Could not delVol in juicefs: waitUtilJobCompleted: job juicefs-f02389eb-delvol isn't completed: 2023/04/04 00:38:14.057099 juicefs[7] : Meta address: mysql://juicefs:****@(192.168.13.132:3306)/jfs [interface.go:402] 2023/04/04 00:38:14.063897 juicefs[7] : Data use minio://192.168.13.133:9001/jfs/juicefs-mysql/ [format.go:429] 2023/04/04 00:38:14.120015 juicefs[7] : format: cannot update volume name from juicefs to juicefs-mysql [format.go:464] MountVolume.SetUp failed for volume "pvc-2acee67e-8d4b-432f-8c3c-309b53781226" : rpc error: code = Internal desc = Could not mount juicefs: mount mysql://juicefs:@(192.168.13.132:3306)/jfs at /jfs/pvc-2acee67e-8d4b-432f-8c3c-309b53781226-bptccq failed: 2023/04/04 00:35:10.969042 juicefs[7] : Meta address: mysql://juicefs:@(192.168.13.132:3306)/jfs [interface.go:402] 2023/04/04 00:35:10.972988 juicefs[7] : Data use minio://192.168.13.133:9001/jfs/juicefs-mysql/ [format.go:429] 2023/04/04 00:35:11.009872 juicefs[7] : format: cannot update volume name from juicefs to juicefs-mysql [format.go:464] |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This means that there is already a formatted JuiceFS file system in the MySQL database, and you need to replace it with a new MySQL database. |
Beta Was this translation helpful? Give feedback.
This means that there is already a formatted JuiceFS file system in the MySQL database, and you need to replace it with a new MySQL database.