Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(blockdeviceclaims): fix openebs version type in blockdeviceclaim #1269

Merged
merged 1 commit into from
Jun 8, 2019

Conversation

mittachaitu
Copy link

Signed-off-by: mittachaitu [email protected]

What this PR does / why we need it:
This PR fixes typo in builder pattern of block device claim from openebs.io/version --> openebs.io/v1alpha1

Which issue this PR fixes (optional, in fixes #<issue number>(, fixes #<issue_number>, ...) format, will close that issue when PR gets merged): fixes #

Special notes for your reviewer:

Checklist:

  • Fixes #
  • Labelled this PR & related issue with documentation tag
  • PR messages has document related information
  • Labelled this PR & related issue with breaking-changes tag
  • PR messages has breaking changes related information
  • Labelled this PR & related issue with requires-upgrade tag
  • PR messages has upgrade related information
  • Commit has unit tests
  • Commit has integration tests

@mittachaitu mittachaitu requested a review from AmitKumarDas June 8, 2019 11:48
Copy link

@AmitKumarDas AmitKumarDas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

Copy link

@AmitKumarDas AmitKumarDas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
/approve

@AmitKumarDas AmitKumarDas merged commit 28d3016 into openebs-archive:master Jun 8, 2019
mittachaitu pushed a commit to mittachaitu/maya that referenced this pull request Jun 8, 2019
AmitKumarDas pushed a commit that referenced this pull request Jun 8, 2019
…ckdeviceclaim (#1270)

* refact(cstor-pool,sparse): Update SPC type to blockdevice (#1264)

With latest changes, to create StoragePoolClaim we have to
use spc type blockdevice as common type instead of sparse/disk
for creating sparse or disk based cstor pools

```
apiVersion: openebs.io/v1alpha1
kind: StoragePoolClaim
metadata:
  name: sparse-claim-auto
spec:
  name: sparse-claim-auto
  type: blockdevice
  maxPools: 1
  minPools: 1
  poolSpec:
    poolType: striped
    cacheFile: /var/openebs/sparse/sparse-claim-auto.cache
    overProvisioning: false
```

Signed-off-by: prateekpandey14 <[email protected]>

* feat(cstor-operator): add a support to create pools on unclaimed BD in manual mode (#1255)

Signed-off-by: mittachaitu <[email protected]>

* fix(blockdeviceclaims): fix openebs version type in blockdeviceclaim (#1269)

Signed-off-by: mittachaitu <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants