Bug 1795483
| Summary: | Noobaa : example given for name of backing store is wrong | ||
|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat OpenShift Container Storage | Reporter: | Jiffin <jthottan> |
| Component: | documentation | Assignee: | Olive Lakra <olakra> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Ben Eli <belimele> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 4.2 | CC: | asriram, ebenahar, nbecker, ocs-bugs, olakra, ratamir |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-04-16 14:36:27 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1797537 | ||
|
Description
Jiffin
2020-01-28 05:16:25 UTC
BackingStore naming takes the same convention as S3 Buckets (https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html) "Bucket names must not contain uppercase characters or underscores." You also have a clear error message showing you exactly what is permitted: a DNS-1123 subdomain must consist of lower case alphanumeric characters, '-' or '.', and must start and end with an alphanumeric character (e.g. 'example.com', regex used for validation is '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*') (The target bucket which would be created by the creation of a backing store would have the same name, so customers would be able to easily associate one with another, and as you know a bucket name has certain limitations due to the virtual host option). Doc instruction should be changed to "rgw-resource" (as you can see, the output box in .iv refers to "rgw-resource") (In reply to Nimrod Becker from comment #2) > BackingStore naming takes the same convention as S3 Buckets > (https://docs.aws.amazon.com/AmazonS3/latest/dev/BucketRestrictions.html) > "Bucket names must not contain uppercase characters or underscores." > > You also have a clear error message showing you exactly what is permitted: > a DNS-1123 subdomain must consist of lower case alphanumeric characters, '-' > or '.', and must start and end with an alphanumeric character (e.g. > 'example.com', regex used for validation is > '[a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*') > > (The target bucket which would be created by the creation of a backing store > would have the same name, so customers would be able to easily associate one > with another, and as you know a bucket name has certain limitations due to > the virtual host option). > > Doc instruction should be changed to "rgw-resource" (as you can see, the > output box in .iv refers to "rgw-resource") Exactly. I meant the same, In section 6.3.2 step 1 uses rgw_resource instead of rgw-resource. I opened bug to change that. |