Skip to content
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

Support deploy TiFlash on multi-disks with "storage" configurations since v4.0.9 #931

Merged
merged 10 commits into from
Nov 25, 2020

Commits on Nov 24, 2020

  1. Fix data dir with storage config

    Add validator about tiflash storage configuration
    
    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    ef8520d View commit details
    Browse the repository at this point in the history
  2. Update topology.example.yaml

    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    308491f View commit details
    Browse the repository at this point in the history
  3. Use StringSet

    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    be053bf View commit details
    Browse the repository at this point in the history
  4. Rewrite TiFlashSpec DataDir in unmarshal

    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    ac9d2c8 View commit details
    Browse the repository at this point in the history
  5. Add logging when data_dir is overwritten

    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    c5f552d View commit details
    Browse the repository at this point in the history
  6. The directories defined in storage.* should be absolute paths

    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    745bdac View commit details
    Browse the repository at this point in the history
  7. Add comments

    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    f814132 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2020

  1. Add TrimSpace for paths

    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    122ffb3 View commit details
    Browse the repository at this point in the history
  2. Make TiFlashSpec DataDir expandable

    Signed-off-by: JaySon-Huang <tshent@qq.com>
    JaySon-Huang committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    d08038a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c67275 View commit details
    Browse the repository at this point in the history