-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feat]curveadm: add export cmd for export the yaml that tools-v2 used #344
Commits on Apr 23, 2023
-
Signed-off-by: Chengyu Liu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b84a1c5 - Browse repository at this point
Copy the full SHA b84a1c5View commit details
Commits on Apr 26, 2023
-
Merge pull request opencurve#211 from chengyu-l/patch-1
update: wrong word spelling
Configuration menu - View commit details
-
Copy full SHA for 53f547c - Browse repository at this point
Copy the full SHA 53f547cView commit details
Commits on May 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c561337 - Browse repository at this point
Copy the full SHA c561337View commit details
Commits on Nov 22, 2023
-
Improve(clean): use install instead scp to sync recycle script.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cd641e3 - Browse repository at this point
Copy the full SHA cd641e3View commit details -
Bugfix(format): make mountpoint directories with wrong mode.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8221c3b - Browse repository at this point
Copy the full SHA 8221c3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a558356 - Browse repository at this point
Copy the full SHA a558356View commit details -
Fix(map): report warning when both --format and --quiet are set for d…
…ocker v24. Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for abcbae2 - Browse repository at this point
Copy the full SHA abcbae2View commit details -
Revert "Bugfix(format): make mountpoint directories with wrong mode."
This reverts commit 0bff214. Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c38bed6 - Browse repository at this point
Copy the full SHA c38bed6View commit details -
Fix(format): use blkid instead lsblk to get block device uuid.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8068f79 - Browse repository at this point
Copy the full SHA 8068f79View commit details -
Improve: use embed module to embedded static shell scripts.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b236900 - Browse repository at this point
Copy the full SHA b236900View commit details -
Fix(support): download file failed by ssh when remote path is same as…
… local path. Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 377d0a0 - Browse repository at this point
Copy the full SHA 377d0a0View commit details -
Fix(deploy): wait all chunkserver online time (opencurve#114).
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fa83dc4 - Browse repository at this point
Copy the full SHA fa83dc4View commit details -
Fix: remove deprecated ioutil.
Signed-off-by: fengshunli <[email protected]> Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d7fb66e - Browse repository at this point
Copy the full SHA d7fb66eView commit details -
Signed-off-by: fengshunli <[email protected]> Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1fa2e98 - Browse repository at this point
Copy the full SHA 1fa2e98View commit details -
Feature: now we support execute the version 2 tools in service contai…
…ner. Signed-off-by: Cyber-SiKu <[email protected]> Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2b8e010 - Browse repository at this point
Copy the full SHA 2b8e010View commit details -
Feature(deploy): now we support deploy curvebs cluster by specified p…
…oolset. Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1cf0a96 - Browse repository at this point
Copy the full SHA 1cf0a96View commit details -
Fix(mount): path already mounted.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5756146 - Browse repository at this point
Copy the full SHA 5756146View commit details -
Feature: now we support the rqlite which is distributed database as c…
…urveadm's database (opencurve#206). Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e2f7782 - Browse repository at this point
Copy the full SHA e2f7782View commit details -
Improve(format): set reserved blocks percentage to 0 for device.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ba312cf - Browse repository at this point
Copy the full SHA ba312cfView commit details -
Feature(hosts): support setting variable for ssh user.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3ded5dd - Browse repository at this point
Copy the full SHA 3ded5ddView commit details -
Fix(format): report warning when both --format and --quiet are set fo…
…r docker v24. Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b72801d - Browse repository at this point
Copy the full SHA b72801dView commit details -
Fix(format): tune2fs not works due to the wrong command option.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for aceec47 - Browse repository at this point
Copy the full SHA aceec47View commit details -
Fix: report warning when both --format and --quiet are set for docker…
… v24. Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 407973e - Browse repository at this point
Copy the full SHA 407973eView commit details -
Signed-off-by: montaguelhz <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1962037 - Browse repository at this point
Copy the full SHA 1962037View commit details -
Fix(format): use short option for blkid command.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 125a0b0 - Browse repository at this point
Copy the full SHA 125a0b0View commit details -
Improve(map): skip create volume task if create option not specified.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0ec624b - Browse repository at this point
Copy the full SHA 0ec624bView commit details -
Bugfix: missing whitespace for config delimiter of tools v2.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 590d10c - Browse repository at this point
Copy the full SHA 590d10cView commit details -
Feature(cluster): support import a cluster from sqlite database file.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2940780 - Browse repository at this point
Copy the full SHA 2940780View commit details -
Feature(format): support fomat with blocksize and chunksize.
Signed-off-by: Hanqing Wu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9430af0 - Browse repository at this point
Copy the full SHA 9430af0View commit details -
Fix(map): wrong checker for create option.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5b0cd13 - Browse repository at this point
Copy the full SHA 5b0cd13View commit details -
Fix(map): create volume failed due to the problematic script.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18394ff - Browse repository at this point
Copy the full SHA 18394ffView commit details -
Improve(client/status): added poolset aux info for curvebs volume.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 18841dd - Browse repository at this point
Copy the full SHA 18841ddView commit details -
Fix(clean): execute recycle script failed.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0b403f8 - Browse repository at this point
Copy the full SHA 0b403f8View commit details -
Improve(client/status): show client config in verbose mode.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 929c35e - Browse repository at this point
Copy the full SHA 929c35eView commit details -
Fix(deploy): fix deploy curvefs panic due to poolset is nil (opencurv…
…e#280). Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1098a7f - Browse repository at this point
Copy the full SHA 1098a7fView commit details -
Improve(client/status): display statuses even if get status failed fo…
…r some clients. Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b65b90 - Browse repository at this point
Copy the full SHA 4b65b90View commit details -
Fix(deploy): fix set environment variables failed by ssh (opencurve#239…
…). Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06f0b00 - Browse repository at this point
Copy the full SHA 06f0b00View commit details -
playbook(logs): add rotate script which can rotate service logs.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bc66ce1 - Browse repository at this point
Copy the full SHA bc66ce1View commit details -
Fix(precheck): fix get wrong external ip.
Signed-off-by: caoxianfei1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 44987ee - Browse repository at this point
Copy the full SHA 44987eeView commit details -
Fix(playground): replace image repo.
Signed-off-by: Cyber-SiKu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0138432 - Browse repository at this point
Copy the full SHA 0138432View commit details -
Fix(precheck): support recognize kernel version like "3.15.0_.*".
Signed-off-by: jyf111 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c09d35 - Browse repository at this point
Copy the full SHA 1c09d35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59bbb91 - Browse repository at this point
Copy the full SHA 59bbb91View commit details -
Improve(config): using more meaningful name for service instances.
Signed-off-by: tec-rubbish maker <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e05a7e3 - Browse repository at this point
Copy the full SHA e05a7e3View commit details -
Improve(precheck): run ss command in container.
solution: execute the ss command in a temporary container to precheck for ports in use instead Signed-off-by: jyf111 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e771538 - Browse repository at this point
Copy the full SHA e771538View commit details -
playbook(memcache): support sudo alias.
Signed-off-by: Cyber-SiKu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f9830eb - Browse repository at this point
Copy the full SHA f9830ebView commit details -
Feature(deploy): support etcd authentication.
Signed-off-by: wanghai01 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b86b5a6 - Browse repository at this point
Copy the full SHA b86b5a6View commit details -
Improve: add commit id in version information.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 11064cd - Browse repository at this point
Copy the full SHA 11064cdView commit details -
Feature: podman can be an alternative container engine.
Signed-off-by: caoxianfei1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f39dbcd - Browse repository at this point
Copy the full SHA f39dbcdView commit details -
Improve(format): support specify the number of concurrent for formatt…
…ing. Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 49e1d41 - Browse repository at this point
Copy the full SHA 49e1d41View commit details -
template: updated container image.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2cf7c66 - Browse repository at this point
Copy the full SHA 2cf7c66View commit details -
Feature(monitor): now we support deploy monitor.
Signed-off-by: wanghai01 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f8de164 - Browse repository at this point
Copy the full SHA f8de164View commit details -
Fix(migrate): fixed migration panic.
Signed-off-by: Wine93 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e92745d - Browse repository at this point
Copy the full SHA e92745dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2728b7d - Browse repository at this point
Copy the full SHA 2728b7dView commit details
Commits on Nov 23, 2023
-
fix/(curveadm-deploy): create pool need calc chunkservers
Signed-off-by: caoxianfei1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 003ad85 - Browse repository at this point
Copy the full SHA 003ad85View commit details -
Fix(curveadm deploy): newer version ss answers invalid arument
Signed-off-by: caoxianfei1 <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 534e2cc - Browse repository at this point
Copy the full SHA 534e2ccView commit details -
[FIX]: make build error with musl1.2.4
Signed-off-by: zztaki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 580b26d - Browse repository at this point
Copy the full SHA 580b26dView commit details
Commits on Nov 24, 2023
-
Fix (target start): curveadm target start timeout
Signed-off-by: zztaki <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9d83a9c - Browse repository at this point
Copy the full SHA 9d83a9cView commit details
Commits on Dec 4, 2023
-
docs: Quickly start developing curves based on cobra
Signed-off-by: Liao PengFei <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f243ad6 - Browse repository at this point
Copy the full SHA f243ad6View commit details
Commits on Dec 7, 2023
-
Feature(cluster add): add deploy type parameter
Signed-off-by: WhereAreBugs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 828680a - Browse repository at this point
Copy the full SHA 828680aView commit details -
Fix(typo): fix an spelling mistake in code.
Signed-off-by: WhereAreBugs <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e362387 - Browse repository at this point
Copy the full SHA e362387View commit details
Commits on Dec 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a58f65a - Browse repository at this point
Copy the full SHA a58f65aView commit details