Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
maxLevel2

...

Erasure Coding Improvements — Swarm 14 includes Erasure Coding related improvements:

  • With Swarm 14.0 erasure coded (EC) objects that are indexed will include the field "ec_encoding" that gives the current EC coding of the object. Non-EC objects will do not have this field. (SWAR-6653)
  • Swarm now computes the data footprint of Erasure Coding EC segments and whole replicas objects separately during each HP cycle so that the relative space usage of whole replicas vs EC can inform space usage policy decisions. (SWAR-9160)

...

  • OSS Versions — See Third-Party Components for Storage 14.0.1 for the complete listing of packages and versions for this release.
  • Fixed in 14.0
    • Reboot loop due to a bad drive:  When a volume fails at mount time, the The Swarm node will recognize recognizes the volume as failed and alert alerts the cluster to the failure when a volume fails at mount time. The node will operate operates with the remaining volumes, so physically removing the volume may be necessary. (SWAR-9189)
    • Remove legacy nonce handling: Remove scsp.forceLegacyNonce settings from the node.cfg files prior to upgrading to 14.0. (SWAR-9108)

    • Bucket listings: During a node reboot, such as a rolling reboot of the cluster, a newly booted node would temporarily return returns an empty result set for a listing query. (SWAR-9083)
    • S3 backup feed: A 5G object size limitation has been removed. (SWAR-8554)

Upgrade Impacts

Info
titleRequired
If you are on older Elasticsearch (5.6.12 or 2.3.3), complete your Complete the migration to Swarm 11.3 and ES 6.8.6 before upgrading to Swarm 14 if running older Elasticsearch (5.6.12 or 2.3.3). See here, Upgrading from Unsupported Elasticsearch.

These items are changes to the product function that may require operational or development changes for integrated applications. Address the upgrade impacts for each of the versions since the one you are currently running version:

Excerpt

Impacts for 14.0

  • Change in the node.cfg fileThe previously deprecated sysctl section of the node.cfg file has been removed. If it is necessary to set kernel runtime parameters, use Use kernel.sysctlFileUrl (introduced in Swarm 12.0) instead if it is necessary to set kernel runtime parameters, . (SWAR-8968)

    Settings changes
    • Updated:
      • All sysctl.* settings have been removed. (SWAR-8968)

      • support.reportPeriod default has been changed to 21600 (6 hours). (SWAR-8424)
      • The following settings are now persisted cluster settings that can be updated via SNMP and the UI (SWAR-9115)
        • cluster.enforceTenancy
        • cluster.proxyIPList
        • ec.maxManifests
        • ec.minParity
        • ec.segmentSize
        • feeds.retry
        • health.parallelWriteTimeout
        • health.underreplicationAlertPercent
        • health.underreplicationTolerance
        • health.persistentUnderreplicationAlertPercent
        • log.obscureUUIDs
        • scsp.clientPoolTimeout
        • scsp.defaultContextReplicas
        • scsp.defaultROWAction
        • scsp.maxWriteTime
        • scsp.validateOnRead
        • search.numberOfShards
  • Swarm storage node metrics are deprecated and will be are replaced in the next major release by the graphs and reporting from Grafana and Prometheus Node Exporter. The storage administration UI has been updated to allow for metrics to be turned off. Clear metrics.target from your the configuration, uninstall caringo-elasticsearch-metrics, and curl -XDELETE 'http://ELASTICSEARCH:9200/metrics-*' to clear the space in your the Elasticsearch cluster. (SWAR-8982)
  • Differences in scsp.forceLegacyNonce configuration depending on the version you're upgrading from (SWAR-9020):
  • If you are currently Currently running a Swarm Storage version prior to 11.1, and upgrading to 11.1, 11.2, 11.3, 12.0 or 12.1:

    Before upgrading, set scsp.forceLegacyNonce=true in your the node.cfg file. After the upgrade, when the cluster is fully up, update scsp.forceLegacyNonce=false using swarmctl and change scsp.forceLegacyNonce=false in your the node.cfg file.

    If you are currently Currently running a Swarm Storage version 11.1, 11.2, 11.3, 12.0 or 12.1 and upgrading to another version from that list:

    Before upgrading, verify that scsp.forceLegacyNonce=false is in your the node.cfg file and verify using swarmctl that scsp.forceLegacyNonce=false in your a cluster.

  • Subcluster assignments can no longer be blank, and CSN installations with mixed subcluster assignments will have the unassigned nodes unable to boot, showing an error in contacting their the time source. Be sure to supply Supply a subcluster for each node if any named subcluster is specified in your a cluster. (SWAR-7675)

    Info
    titleUse swarmctl to check or change settings

    Use 'swarmctl -C scsp.forceLegacyNonce' to check the value of scsp.forceLegacyNonce.

    Use 'swarmctl -C scsp.forceLegacyNonce -V False' to set the value to false.

    For more details, see https://support.cloud.caringo.com/tools/Tech-Support-Scripts-Bundle-swarmctl.pdf.


...

Info
titleCumulative impacts

Be sure to address all of the Address all upgrade impacts for each version released since the version you are now upgradingbeing upgraded from.

Review the comprehensive Upgrade Impacts listed for the Swarm Storage 14 Release.

...

The following watch items are known:

  • If A node fails to mount all disks in the node if a node mounts an encrypted volume that is missing the encryption key in the configuration, the node will fail to mount all of the disks in the node. (SWAR-8762)
  • S3 Backup feeds do not yet backup logical objects larger than 5 GB; those writes will fail with a CRITICAL log message. (SWAR-8554)
  • When The chassis shuts down but does not come back up when restarting a cluster of virtual machines that are UEFI-booted (versus legacy BIOS), the chassis shut down but do not come back up. (SWAR-8054)
  • With multipath-enabled hardware, the Swarm console Disk Volume Menu may erroneously show too many disks, having multiplied the actual disks in use by the number of possible paths to them. (SWAR-7248)

These are standing operational limitations:

  • If you wipe your Elasticsearch cluster, the The Storage UI will show shows no NFS config if the Elasticsearch cluster is wiped. Contact DataCore Support for help repopulating your the SwarmFS config information. (SWAR-8007)
  • If you delete a bucket, any Any incomplete multipart upload into that bucket will leave its a bucket leaves the parts (unnamed streams) in the domain if a bucket is deleted. To find and delete them, use the s3cmd utility (search the Support site for "s3cmd" for guidance). (SWAR-7690)
  • If you remove subcluster assignments in the CSN UI, doing so creates invalid Invalid config parameters that will prevent the unassigned nodes from booting are created if subcluster assignments are removed in the CSN UI. (SWAR-7675)
  • You may see false False 404 Not Found and other SCSP errors may be seen during rolling reboot in versions 11.1 through 12.0.1. To mitigate this problem, set scsp.forceLegacyNonce=False in the cluster configuration. You will need to remove this setting This setting needs to be removed before upgrading to 12.1.0 or later. (SWAR-9020)
  • When you use certificates with HAProxy, S3 Backup restoration to the cluster may be blocked if the certificate is not located where Swarm expects it when using certificates with HAProxy. From 12.1, a clearer error message draws attention to the issue for S3 backup and replication feeds that are blocked due to invalid X.509 ("SSL") certificates. (SWAR-8996)

To upgrade Swarm 9 or higher, proceed now to How to Upgrade Swarm.  If you need to migrate For migration from Swarm 8.x or earlier, contact DataCore Support for guidance.