Uploaded image for project: 'Couchbase Server'
  1. Couchbase Server
  2. MB-63308

Remove cbcollect support for unused operating systems

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Major
    • Morpheus
    • 7.6.5
    • ns_server
    • None
    • Untriaged
    • 0
    • Unknown

    Description

      cbcollect_info has support for operating systems for which Couchbase no longer provides support. From the code

      class Platform(Enum):
          SUNOS5 = "sunos5"
          SOLARIS = "solaris"
          LINUX = "linux"
          WIN32 = "win32"
          CYGWIN = "cygwin"
          DARWIN = "darwin" 

      The sun/solaris is safe to remove (though I've cc'd Trond Norbye) and I'm not sure about cygwin (https://www.cygwin.com/) which is

      Cygwin is:
       
      a large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows.
       
      a DLL (cygwin1.dll) which provides substantial POSIX API functionality. 

      Attachments

        Activity

          People

            steve.watanabe Steve Watanabe
            steve.watanabe Steve Watanabe
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              PagerDuty