Project

General

Profile

Actions

Feature #3664

closed

Support deletion of installation media that's in use

Added by Dominic Cleal over 10 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Database
Target version:
Difficulty:
Triaged:
Fixed in Releases:
Found in Releases:

Description

When deleting a installation media that's associated to a host or host group, the deletion fails.

Actual results:
Error, installation medium is not deleted.

Expected results:
Hosts and Host Groups are un-associated to the install media and the install media is deleted.

Additional info:

Current work around is to unassociate that install media from any host or host groups in foreman and re-try the promotion.

Error in foreman:

Started DELETE "/foreman/api/media/14" for 127.0.0.1 at 2013-11-08 16:54:00 -0500
Processing by Api::V1::MediaController#destroy as JSON
Parameters: {"id"=>"14", "medium"=>{}}
Authorized user admin(Admin User)
You may not destroy Mosaic/Development/Desktop Fedora Fedora 19 x86_64 as it is in use!
Unprocessable entity Medium (id: 14):
Mosaic/Development/Desktop Fedora Fedora 19 x86_64 is used by Desktop
Rendered api/v1/errors/unprocessable_entity.json.rabl (1.4ms)
Completed 422 Unprocessable Entity in 54ms (Views: 2.6ms | ActiveRecord: 34.7ms)

(https://bugzilla.redhat.com/show_bug.cgi?id=1030584)


Related issues 1 (1 open0 closed)

Related to Foreman - Feature #6401: change include blank option to "No environments" or "No subnets", etc if there are no select options, or "Select environment", "Select subnet" if for required field and options > 1NewActions
Actions #1

Updated by Dominic Cleal over 10 years ago

We need to consider the user experience thoroughly without just changing the association to nullify. For example, the host edit page doesn't have an allow_blank on the install media selection, so it appears that the install media is actually selected when it isn't.

Perhaps we should block deletion when there are associated hosts in build mode?

Perhaps we should ensure the user gets a good error message when they put a host into build mode that's missing install media? (I haven't checked)

Actions #2

Updated by Joseph Magen almost 10 years ago

  • Status changed from New to Assigned
  • Assignee set to Joseph Magen
  • Target version set to 1.8.1
Actions #3

Updated by Joseph Magen almost 10 years ago

  • Related to Feature #6401: change include blank option to "No environments" or "No subnets", etc if there are no select options, or "Select environment", "Select subnet" if for required field and options > 1 added
Actions #4

Updated by Joseph Magen almost 10 years ago

The media field on the host form does allow for a blank option, we can do :nullify if the host is not in build mode.

Is this still a bug now that Katello (I think) doesn't create a media entry?

Actions #5

Updated by Dominic Cleal almost 10 years ago

Joseph Magen wrote:

The media field on the host form does allow for a blank option, we can do :nullify if the host is not in build mode.

Editing hosts one by one isn't very practical.

Is this still a bug now that Katello (I think) doesn't create a media entry?

Plenty of people use Foreman without Katello.

Actions #6

Updated by Anonymous almost 10 years ago

  • Target version changed from 1.8.1 to 1.8.0
Actions #7

Updated by Dominic Cleal almost 10 years ago

  • Status changed from Assigned to Ready For Testing
Actions #8

Updated by The Foreman Bot almost 10 years ago

  • Pull request https://github.com/theforeman/foreman/pull/1575 added
Actions #9

Updated by Joseph Magen almost 10 years ago

  • Status changed from Ready For Testing to Closed
  • % Done changed from 0 to 100
Actions #10

Updated by Dominic Cleal over 9 years ago

  • translation missing: en.field_release set to 10
Actions

Also available in: Atom PDF