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

Limited size S3-compatible backend storage #1780

Closed
Sura34 opened this issue Jun 8, 2023 · 3 comments
Closed

Limited size S3-compatible backend storage #1780

Sura34 opened this issue Jun 8, 2023 · 3 comments

Comments

@Sura34
Copy link

Sura34 commented Jun 8, 2023

We are using custom S3-compatible backend storage which is based on Dell ECS. This storage is deployed in our on-prem infrastructure.

Unlike Amazon S3, this backend storage has of course limited size.

Our environment is set up as per this documentation and it uses s3-storage-v3.

Even though the storage has a limited size, Artifactory assumes the backend is "Amazon S3" with infinite size.

image

This makes it difficult to know the size of the backend storage and be alerted when it reaches the threshold. Thus, we require a feature improvement for Artifactory to identify the size of the backend and possibly create max storage for backend s3-compatible storage.

@kammathavaran
Copy link
Collaborator

Whats the artifactory version and license you are using? Also can you describe your filestore configuration ?

@Sura34
Copy link
Author

Sura34 commented Jun 9, 2023

We are using Enterprise Plus and Edge License. The version is 7.55.13.

Please see below for our configuration.

 <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
      <config version="2">
          <chain>
              <provider type="cache-fs" id="cache-fs">
                  <provider type="s3-storage-v3" id="s3-storage-v3"/>
              </provider>
          </chain>
          <provider type="cache-fs" id="cache-fs">
              <maxCacheSize>5000000000</maxCacheSize>
          </provider>
          <provider type="s3-storage-v3" id="s3-storage-v3">
              <bucketName>BUCKET-NAME</bucketName>
              <path>artifactory/filestore</path>
              <endpoint>ENDPOINT</endpoint>
                <port>PORT</port>
              <credential>CREDENTIAL</credential>
              <identity>USER</identity>
              <useHttp>true</useHttp>
              <region>REGION</region>
              <maxConnections>50</maxConnections>
          </provider>
      </config>    

@shahiinn
Copy link
Collaborator

shahiinn commented Jul 7, 2023

@Sura34 : Thanks for the details. The issue/feature needs to be implemented in the product side rather than on the helm chart. Can you please open a support ticket with JFrog for the requesting same.

@shahiinn shahiinn closed this as completed Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants