« Previous | Next » 

Revision 5c54b832

ID5c54b832dc21858aa283f95b9e7d5c6abb521d79

Added by Iustin Pop almost 16 years ago

LURemoveInstance: fix op.ignore_failures usage

Currently: the LURemoveInstance.Exec() method uses the ignore_failures
attribute of the OpRemoveInstance opcode, but it doesn't check for its
existence. The patch adds this attribute to _OP_REQP and to all the
places where this opcode was created.

This attributes is always passed by gnt-instance, but burnin didn't pass
it so it can fail if it enters the 'fail to remove disks' branch of the
method (which is why it was not triggered until now).

Reviewed-by: ultrotter, imsnah

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences