Douglas R. McCallum wrote: > Are there conditions where the property group delete will return success but > the property group still exists in the repository? I'm seeing this on one > system but not on any others. I first check that it exists with > scf_instance_get_pg() which succeeds then use scf_pg_delete with the returned > handle. It also succeeds. Later, I see the pg still in the repository. > > Any thoughts? > > Thanks, > Doug McCallumz > Hi Doug,
Interesting. Do you mean svcprop still shows the deleted pg after an instance refresh? I don't have an explanation but would like to make sure I understand the problem. -tony