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

Handle cloned clients #171

Closed
johnpmitsch opened this issue Apr 3, 2017 · 3 comments
Closed

Handle cloned clients #171

johnpmitsch opened this issue Apr 3, 2017 · 3 comments
Milestone

Comments

@johnpmitsch
Copy link
Contributor

In a cloned machine, clients still exist in the database, but are not altered by the satellite (i.e attaching subscriptions). This is my experience in my very limited testing with this situation, so we should make sure of this before anything else.

We need to have a way to handle clients on a clone, should we be changing anything?

@johnpmitsch johnpmitsch added this to the 1.1.1 milestone Apr 10, 2017
@johnpmitsch
Copy link
Contributor Author

We need to test this further

@sthirugn
Copy link
Collaborator

I did more testing on clients, and this is what I found. With the following results, I think hosts are safe in the cloned satellite atleast until the hostname of the original satellite is changed to something new.

  • Deleting the registered content host from cloned satellite does not affect the registered host at all.
  • Unregistering the content host also did not affect the registered client.
  • Tried deleting a provisioned libvirt vm and a vmware vm and I got the following error. I think this is trying to delete tftp entry from the original satellite and it fails.
    2017-04-20 16:45:44 [app] [W] TFTP Settings for testhost11.test.com task failed with the following error: ERF12-7299 [ProxyAPI::ProxyException]: Unable to delete TFTP boot entry for 52:54:00:a0:66:a1 ([RestClient::ResourceNotFound]: 404 Resource Not Found) for Capsule https://satellite.example.com:9090/tftp

Now clients on external capsules need to be validated.

@johnpmitsch
Copy link
Contributor Author

Closed in favor of #211

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

2 participants