Menu

#794 IMM: imcfg --delete-class generates incorrect error message

4.3.3
fixed
None
defect
imm
tools
4.0
minor
2014-03-05
2014-02-21
No

While testing a fix for catching interference between concurrent attempts
to create or delete a class (ticket #757). When testing to delete a class
that is currently being created I get the expected error code but:

# immcfg --delete-class OpensafImmTest
error - saImmOmAdminOwnerSet FAILED: SA_AIS_ERR_BUSY (10)

This has nothing to do with saImmOmAdminOwnerSet.
Typical copy paste error.

Error strings can only be picked up from admin-operations and ccb-operations,
i.e. where there is an OI involved. So it is not possible for saImmOmClassCreate
or saImmOmClassDelete.

Related

Tickets: #794
Wiki: ChangeLog-4.3.3
Wiki: ChangeLog-4.4.1

Discussion

  • Anders Bjornerstedt

    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -8,6 +8,7 @@
     This has nothing to do with saImmOmAdminOwnerSet. 
     Typical copy paste error. 
    
    -Also would be nice if immcfg picked up error strings also for this call the
    -way it does for the ccb-related calls.
    +Error strings can only be picked up from admin-operations and ccb-operations,
    +i.e. where there is an OI involved. So it is not possible for saImmOmClassCreate
    +or saImmOmClassDelete.
    
     
  • Zoran Milinkovic

    • status: unassigned --> review
    • assigned_to: Zoran Milinkovic
     
  • Zoran Milinkovic

    • status: review --> fixed
     
  • Zoran Milinkovic

    opensaf-4.3.x:

    changeset: 5049:bf61c60558da
    branch: opensaf-4.3.x
    parent: 5046:56d8b6c5ede4
    user: Zoran Milinkovic zoran.milinkovic@ericsson.com
    date: Tue Feb 25 09:58:18 2014 +0100
    summary: IMMTOOLS: fix incorrect error message for deleting class in immcfg [#794]


    opensaf-4.4.x:

    changeset: 5050:1873752b0343
    branch: opensaf-4.4.x
    parent: 5047:10a21fb6be16
    user: Zoran Milinkovic zoran.milinkovic@ericsson.com
    date: Tue Feb 25 09:58:18 2014 +0100
    summary: IMMTOOLS: fix incorrect error message for deleting class in immcfg [#794]


    default(4.5):

    changeset: 5051:4f313a050649
    tag: tip
    parent: 5048:fdc98c16ebb5
    user: Zoran Milinkovic zoran.milinkovic@ericsson.com
    date: Tue Feb 25 09:58:18 2014 +0100
    summary: IMMTOOLS: fix incorrect error message for deleting class in immcfg [#794]

     

    Related

    Tickets: #794


Log in to post a comment.