Description of problem:
FIO documenttaion needs to be updated for how to reinitalize the databse for specific nodes
Version-Release number of selected component (if applicable):
How reproducible:
Document needs to be updated for following : - Commands to Reinitialize database on all failed node ``` $ oc annotate fileintegrities/example-fileintegrity file-integrity.openshift.io/re-init-on-failed= fileintegrity.fileintegrity.openshift.io/example-fileintegrity annotated ``` - Command to Reinitialize database on specific failed node `master-0.sak415origcentral.lab.upshift.rdu2.redhat.com` ``` $ oc get fileintegrityNodestatus NAME NODE STATUS example-fileintegrity-master-0.sak415origcentral.lab.upshift.rdu2.redhat.com master-0.sak415origcentral.lab.upshift.rdu2.redhat.com Failed example-fileintegrity-master-1.sak415origcentral.lab.upshift.rdu2.redhat.com master-1.sak415origcentral.lab.upshift.rdu2.redhat.com Succeeded example-fileintegrity-master-2.sak415origcentral.lab.upshift.rdu2.redhat.com master-2.sak415origcentral.lab.upshift.rdu2.redhat.com Succeeded $ oc annotate fileintegrities/example-fileintegrity file-integrity.openshift.io/re-init=master-0.sak415origcentral.lab.upshift.rdu2.redhat.com fileintegrity.fileintegrity.openshift.io/example-fileintegrity annotated ```
Steps to Reproduce:
Actual results:
Document doesn't mention how to reinitialize the AIDE database for specific failed nodes
Expected results:
Document shoul mention how to reinitialize the AIDE database for specific failed nodes
Additional info: