Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1293586 - [RFE] Use symbolic links instead of copying container image layers
Summary: [RFE] Use symbolic links instead of copying container image layers
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Satellite
Classification: Red Hat
Component: Content Management
Version: Unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: Unspecified
Assignee: satellite6-bugs
QA Contact: Katello QA List
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-12-22 09:47 UTC by Dirk Herrmann
Modified: 2019-09-26 13:56 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-10-26 17:54:52 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Dirk Herrmann 2015-12-22 09:47:17 UTC
Description of problem:

Currently Satellite6 synchronize entire container image repositories and use copies for each content view and lifecycle environment combination:

[root@inf60 ~]# du -sh /var/lib/pulp/nodes/published/https/repos/*rhel-base
589M	/var/lib/pulp/nodes/published/https/repos/acme-container_images-rhel-base
468M	/var/lib/pulp/nodes/published/https/repos/acme-library-ccv-infra-openshift3-container_images-rhel-base
468M	/var/lib/pulp/nodes/published/https/repos/acme-library-cv-app-ose3-container_images-rhel-base
468M	/var/lib/pulp/nodes/published/https/repos/acme-library-cv-con-webshop-container_images-rhel-base
468M	/var/lib/pulp/nodes/published/https/repos/acme-web-dev-cv-app-ose3-container_images-rhel-base
468M	/var/lib/pulp/nodes/published/https/repos/acme-web-dev-cv-con-webshop-container_images-rhel-base
468M	/var/lib/pulp/nodes/published/https/repos/acme-web-qa-cv-app-ose3-container_images-rhel-base

Since container image repositories are quite big from a storage consumption perspective this leads to an unnecessary huge storage consumption if many container image repos and content views are used.

Version-Release number of selected component (if applicable):

6.1

How reproducible:

Sync a container image repository. Add it to one or more content views and promote them. Verify disk usage inside pulp.

Steps to Reproduce:
1.
2.
3.

Actual results:

Repositories are copied.

Expected results:

Repositories are linked only.

Additional info:

Comment 1 Bryan Kearney 2016-07-26 19:07:33 UTC
Moving 6.2 bugs out to sat-backlog.

Comment 5 Bryan Kearney 2016-10-26 17:54:52 UTC
Closing this out, as it is resolved in 6.2.


Note You need to log in before you can comment on or make changes to this bug.