mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-08 15:41:15 +02:00
Refine enterprise edition feature blurb in version output and docs
This commit is contained in:
@@ -655,7 +655,7 @@ Cluster Total: 3302.88 MiB/s, 550.51 obj/s over 43s.
|
|||||||
## Enterprise ##
|
## Enterprise ##
|
||||||
|
|
||||||
For enterprise users, please visit [seaweedfs.com](https://seaweedfs.com) for the SeaweedFS Enterprise Edition,
|
For enterprise users, please visit [seaweedfs.com](https://seaweedfs.com) for the SeaweedFS Enterprise Edition,
|
||||||
which has advanced features, including data recovery, a self-healing storage format with better data protection,
|
which has advanced features, including data recovery, self-healing storage,
|
||||||
customizable erasure coding, EC vacuum and repair, etc.
|
customizable erasure coding, EC vacuum and repair, etc.
|
||||||
|
|
||||||
[Back to TOC](#table-of-contents)
|
[Back to TOC](#table-of-contents)
|
||||||
|
|||||||
@@ -384,4 +384,4 @@ helm install seaweedfs seaweedfs/seaweedfs \
|
|||||||
## Enterprise
|
## Enterprise
|
||||||
|
|
||||||
For enterprise users, please visit [seaweedfs.com](https://seaweedfs.com) for the SeaweedFS Enterprise Edition,
|
For enterprise users, please visit [seaweedfs.com](https://seaweedfs.com) for the SeaweedFS Enterprise Edition,
|
||||||
which has a self-healing storage format with better data protection.
|
which has advanced features, including data recovery, self-healing storage, customizable erasure coding, EC vacuum and repair, etc.
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ func runVersion(cmd *Command, args []string) bool {
|
|||||||
|
|
||||||
fmt.Printf("version %s %s %s\n", version.Version(), runtime.GOOS, runtime.GOARCH)
|
fmt.Printf("version %s %s %s\n", version.Version(), runtime.GOOS, runtime.GOARCH)
|
||||||
println()
|
println()
|
||||||
println("For enterprise users, please visit https://seaweedfs.com for SeaweedFS Enterprise Edition,")
|
println("For enterprise users, please visit https://seaweedfs.com for the SeaweedFS Enterprise Edition,")
|
||||||
println("which has a self-healing storage format with better data protection.")
|
println("which has advanced features, including data recovery, self-healing storage, customizable erasure coding, EC vacuum and repair, etc.")
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user