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

Reset mount filesystem #137

Merged
merged 4 commits into from
Mar 18, 2024
Merged

Reset mount filesystem #137

merged 4 commits into from
Mar 18, 2024

Commits on Feb 20, 2024

  1. This was using the wrong script. The hedera-reset.sh script is for us…

    …ing locally when running via docker-compose docs
    
    Signed-off-by: Matt Halder <[email protected]>
    rustyShacklefurd committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8a06887 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Sadly, this pattern will not work here. The gcp-filestore-driver is l…

    …ogging errors and shows that it has a locking subsystem on the volume needed to run the operation on. Due to this limitation the operations will have to be triggered and carried out by the existing pod that is attached
    
    Signed-off-by: Matt Halder <[email protected]>
    rustyShacklefurd committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    5097d9c View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. The latest iteration of the reset jobs now reaches into the running s…

    …erver-repository k8s pod and triggers the reset script.
    
    Signed-off-by: Matt Halder <[email protected]>
    rustyShacklefurd committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    0159abc View commit details
    Browse the repository at this point in the history
  2. The lack of three dashes was clumping the role, serviceaccount, and r…

    …olebindings together with unpredictable results (i.e. some of the pieces were missing after deploy. Reordering of components showed the issue and then things were regrouped back together. This is working on the test ENV for right now
    
    Signed-off-by: Matt Halder <[email protected]>
    rustyShacklefurd committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4d0cddb View commit details
    Browse the repository at this point in the history