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

Add Support for Cache Size Limits for kopia server start #3060

Merged

Commits on Aug 23, 2024

  1. Add Support for Cache Size Limits for kopia server start

    Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
    r4rajat committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b8d0274 View commit details
    Browse the repository at this point in the history
  2. Update existing tests and added test for cache limit support

    Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
    r4rajat committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    09c4fcf View commit details
    Browse the repository at this point in the history
  3. remove un-necessary fields from ServerStartCommandArgs

    Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
    r4rajat committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    6f14236 View commit details
    Browse the repository at this point in the history
  4. Update Tests with CacheArgs

    Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
    r4rajat committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3e2a515 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    97487e9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Configuration menu
    Copy the full SHA
    23cefd0 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Configuration menu
    Copy the full SHA
    c5f84d5 View commit details
    Browse the repository at this point in the history
  2. Put args = cmdArgs.kopiaCacheArgs(args, cmdArgs.CacheDirectory) after…

    … args := commonArgs(&CommandArgs{ConfigFilePath: cmdArgs.ConfigFilePath, LogDirectory: cmdArgs.LogDirectory})
    
    Signed-off-by: Rajat Gupta <rajat.gupta@veeam.com>
    r4rajat committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    a0b2182 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    0a7848f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Update server.go

    Put args = cmdArgs.kopiaCacheArgs(args, cmdArgs.CacheDirectory) back to original location
    r4rajat authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    7151d58 View commit details
    Browse the repository at this point in the history
  2. Update server_test.go

    r4rajat authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    9865d1d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8540898 View commit details
    Browse the repository at this point in the history