Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-11282

CLI: site command isn't working properly

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 10.1.2.Final, 11.0.0.Alpha1
    • 10.1.1.Final
    • CLI
    • None

      • site status: option --site isn't working properly. It returns all the backups even if you use a non-existing site:
      [pedro-laptop-3-35787@cluster//containers/default]> site status --cache=xsiteCache 
      {
        "NYC" : "online"
      }
      [pedro-laptop-3-35787@cluster//containers/default]> site status --cache=xsiteCache --site=NYC
      {
        "NYC" : "online"
      }
      [pedro-laptop-3-35787@cluster//containers/default]> site status --cache=xsiteCache --site=ajdhds
      {
        "NYC" : "online"
      }
      
      • clear-push-state-status operation isn't registered
      • bring-online and take-offline operations seems to fail:
      [pedro-laptop-3-35787@cluster//containers/default]> site take-offline --cache=xsiteCache --site=NYC
      Not Found 
      [pedro-laptop-3-35787@cluster//containers/default]> site status --cache=xsiteCache 
      {
        "NYC" : "offline"
      }
      [pedro-laptop-3-35787@cluster//containers/default]> site bring-online --cache=xsiteCache --site=NYC
      Not Found 
      

              pruivo@redhat.com Pedro Ruivo
              pruivo@redhat.com Pedro Ruivo
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: