You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mds log
W 2023-12-13T16:28:09.440230+0800 33 topology.cpp:1455] can not find available metaserver for copyset, poolId = 1 need replica num = 3, but only has avai
lable zone num = 2
W 2023-12-13T16:28:09.440254+0800 33 topology.cpp:1538] Initial Generate copyset addr for pool 1 fail, statusCode = TOPO_METASERVER_NOT_FOUND
I 2023-12-13T16:28:09.440264+0800 33 topology.cpp:1554] GenSubsequentCopysetAddrBatch needCreateNum = 12, copysetList size = 0 begin
W 2023-12-13T16:28:09.440301+0800 33 topology.cpp:1455] can not find available metaserver for copyset, poolId = 1 need replica num = 3, but only has avai
lable zone num = 2
W 2023-12-13T16:28:09.440307+0800 33 topology.cpp:1597] Generate 12 copyset addr for pool 1fail, statusCode = TOPO_METASERVER_NOT_FOUND
E 2023-12-13T16:28:09.440313+0800 33 topology.cpp:1606] can not find available metaserver for copyset.
E 2023-12-13T16:28:09.440335+0800 33 topology_manager.cpp:847] create copyset generate copyset addr fail, createNum = 12
E 2023-12-13T16:28:09.440346+0800 33 topology_manager.cpp:713] Create copyset failed when create partition.
E 2023-12-13T16:28:09.440400+0800 33 fs_manager.cpp:459] CreateFs fail, create partition fail, fsId = 1
E 2023-12-13T16:28:09.440428+0800 33 fs_manager.cpp:479] CreateFs fail, insert root inode fail, fsName = test, ret = CREATE_PARTITION_ERROR
E 2023-12-13T16:28:09.445354+0800 33 mds_service.cpp:89] CreateFs fail, fsName = test, blockSize = 1048576, s3Info.bucketname = local, enableSumInDir = 0, owner = anonymous, capacity = 0, errCode = CREATE_PARTITION_ERROR
Expected behavior (期望行为)
create fs successfully
The text was updated successfully, but these errors were encountered:
Describe the bug (描述bug)
failed to create fs when a zone is done
To Reproduce (复现方法)
create fs failed, errorcode= 22, error name: CREATE_PARTITION_ERROR
CREATEFS FAILED
mds log
W 2023-12-13T16:28:09.440230+0800 33 topology.cpp:1455] can not find available metaserver for copyset, poolId = 1 need replica num = 3, but only has avai
lable zone num = 2
W 2023-12-13T16:28:09.440254+0800 33 topology.cpp:1538] Initial Generate copyset addr for pool 1 fail, statusCode = TOPO_METASERVER_NOT_FOUND
I 2023-12-13T16:28:09.440264+0800 33 topology.cpp:1554] GenSubsequentCopysetAddrBatch needCreateNum = 12, copysetList size = 0 begin
W 2023-12-13T16:28:09.440301+0800 33 topology.cpp:1455] can not find available metaserver for copyset, poolId = 1 need replica num = 3, but only has avai
lable zone num = 2
W 2023-12-13T16:28:09.440307+0800 33 topology.cpp:1597] Generate 12 copyset addr for pool 1fail, statusCode = TOPO_METASERVER_NOT_FOUND
E 2023-12-13T16:28:09.440313+0800 33 topology.cpp:1606] can not find available metaserver for copyset.
E 2023-12-13T16:28:09.440335+0800 33 topology_manager.cpp:847] create copyset generate copyset addr fail, createNum = 12
E 2023-12-13T16:28:09.440346+0800 33 topology_manager.cpp:713] Create copyset failed when create partition.
E 2023-12-13T16:28:09.440400+0800 33 fs_manager.cpp:459] CreateFs fail, create partition fail, fsId = 1
E 2023-12-13T16:28:09.440428+0800 33 fs_manager.cpp:479] CreateFs fail, insert root inode fail, fsName = test, ret = CREATE_PARTITION_ERROR
E 2023-12-13T16:28:09.445354+0800 33 mds_service.cpp:89] CreateFs fail, fsName = test, blockSize = 1048576, s3Info.bucketname = local, enableSumInDir = 0, owner = anonymous, capacity = 0, errCode = CREATE_PARTITION_ERROR
Expected behavior (期望行为)
create fs successfully
The text was updated successfully, but these errors were encountered: