Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
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 2121082

Summary: Restoring an offline backup created using the '-t' option gets stuck forever after some time, and never completes
Product: Red Hat Satellite Reporter: momran
Component: Satellite MaintainAssignee: satellite6-bugs <satellite6-bugs>
Status: CLOSED DUPLICATE QA Contact: Gaurav Talreja <gtalreja>
Severity: high Docs Contact:
Priority: high    
Version: 6.10.7CC: apatel, ehelms, kgaikwad
Target Milestone: UnspecifiedKeywords: Triaged
Target Release: Unused   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2023-02-09 13:55:05 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description momran 2022-08-24 12:21:24 UTC
Description of problem:

When restoring an offline backup created using the '-t' option, for example:
  ~~~
  # satellite-maintain backup offline -t 100G /var/satellite-backup
  ~~~
the restoration gets stuck forever after some time, and never completes.


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

 - satellite-6.10.7-1.el7sat.noarch


How reproducible:

Always, on both Red Hat Satellite 6.10 and 6.11.


Steps to Reproduce:

1. Create an offline backup of Red Hat Satellite 6.10 or 6.11 server:
    ~~~
    # satellite-maintain backup offline -t 100G /var/satellite-backup
    ~~~

2. Restore the backup created in step (1):
    ~~~
    # satellite-maintain restore /var/backup_directory
    ~~~
   Where backup_directory is the time-stamped directory or subdirectory containing the backed-up data.

3. Monitor the /var/log/foreman-maintain/foreman-maintain.log while the restoration is in progress:
    ~~~
    # tail -f /var/log/foreman-maintain/foreman-maintain.log
    ~~~


Actual results:

Restoration gets stuck at 'extracting pulp data' after some time, and never finishes.


Expected results:

Restoration progress to the end, and all backed up data gets restored successfully.

Comment 1 Eric Helms 2023-02-09 13:55:05 UTC

*** This bug has been marked as a duplicate of bug 2164413 ***