Skip to content

Commit

Permalink
[6.3.0][DOCS-1792] Staging Branch (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
mig281 authored Oct 25, 2023
1 parent 4afeabd commit 7598d79
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,11 @@ There are two node replacement plan types:

* <a id="combined-cluster"></a>While a node replacement step is in progress, both new nodes and nodes marked for replacement appear on the **Cluster** page of the Web UI and clients can connect to any of the nodes in the _combined cluster_ while the step is in progress.

* When a node replacement step is complete, Qumulo Core reassigns static IP addresses to different nodes. To view the new assignment, click **Cluster > Network Configuration** in the Web UI.
* When a node replacement step is complete, the reassignment of static IP addresses differs between versions of Qumulo Core:

* In Qumulo Core 6.3.0 (and higher), the static IP addresses assigned to nodes remain unchanged and Qumulo Core removes only the static IP addresses for nodes removed from the cluster.

* In Qumulo Core versions lower than 6.3.0, Qumulo Core reassigns static IP addresses to different nodes. To view the reassigned IP addresses in the Web UI, click **Cluster > Network Configuration.**

* When Qumulo Core adds nodes to a cluster, it assigns node IDs sequentially, without reusing or changing IDs.

Expand Down
9 changes: 9 additions & 0 deletions administrator-guide/upgrading-qumulo-core/feature-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@ For information about upgrade types for each release, see <a href='mode-referenc

<style>div#toc{height:200px;overflow:auto;}</style>

## Qumulo Core 6.3.0
{{page.varDownloadsRelnotes}}
{% include important.html content="This release resolves an issue in Qumulo 6.2.1.1 that interrupted the functioning of cross-realm Kerberos authentication when the system returns CNAMEs for PTR records while performing reverse DNS lookups." %}

* Configured nodes to remain powered on after Transparent Platform Refresh operations
* Changed the behavior of static IP addresses when a cluster's networking configuration changes or nodes are replaced
* Improved the Web UI by making accessibility improvements, renaming headings on the **Dashboard** page, and added physical drive bay locations to the **Node Details** page for {{site.all4110}} and {{site.q1uag1Long}} node types
* Improved compatibility between Qumulo Core and the Auth0 SSO provider, increased the replication speed for large numbers of deleted files, updated the `smartpqi` driver for the {{site.a4200g10}} and {{site.a4200g10p}} node types, and resolved an issue with misreported temperatures for AMD CPUs

## Qumulo Core 6.2.2.1
{{page.varDownloadsRelnotes}}
{{site.data.alerts.important}}
Expand Down
4 changes: 4 additions & 0 deletions administrator-guide/upgrading-qumulo-core/mode-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ For information about the most important features from each release, click the Q
<th width="33%">Cloud Upgrade Type</th>
</thead>
<tbody>
<tr>
<td><a href="feature-log.html#qumulo-core-630">6.3.0</a></td>
<td colspan="2" class="shared-upgrade-mode platform">Platform</td>
</tr>
<tr>
<td><a href="feature-log.html#qumulo-core-6221">6.2.2.1</a></td>
<td colspan="2" class="shared-upgrade-mode">Instant</td>
Expand Down

0 comments on commit 7598d79

Please sign in to comment.