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

Disable the pristine disk check on focal #249

Merged

Conversation

ajkavanagh
Copy link
Contributor

The test won't pass on serverstack due to the snapd taking a copy of the
/mnt/vdb info at boot time and thus not being able to umount it is root
without also running through all of the procs and checking if they also
have it mounted. Thus, this just disables the test on focal and newer.

The test won't pass on serverstack due to the snapd taking a copy of the
/mnt/vdb info at boot time and thus not being able to umount it is root
without also running through all of the procs and checking if they also
have it mounted.  Thus, this just disables the test on focal and newer.
@ajkavanagh
Copy link
Contributor Author

It has actually passed its test if you check on travis; it looks like the notification didn't get back to github for some reason.

openstack-gerrit pushed a commit to openstack/charm-ceph-osd that referenced this pull request Apr 27, 2020
Add bionic-ussuri and focal-ussuri (with mysql8 support) bundles.
The associated func-test-pr is to disable the /dev/vdb pristine disk
check as it doesn't work on focal.

Change-Id: I00b2b739c97dc41b2f987f29e12844e6cf5e921c
func-test-pr: openstack-charmers/zaza-openstack-tests#249
openstack-gerrit pushed a commit to openstack/openstack that referenced this pull request Apr 27, 2020
* Update charm-ceph-osd from branch 'master'
  - Merge "Enable focal and ussuri as part of the gate tests"
  - Enable focal and ussuri as part of the gate tests
    
    Add bionic-ussuri and focal-ussuri (with mysql8 support) bundles.
    The associated func-test-pr is to disable the /dev/vdb pristine disk
    check as it doesn't work on focal.
    
    Change-Id: I00b2b739c97dc41b2f987f29e12844e6cf5e921c
    func-test-pr: openstack-charmers/zaza-openstack-tests#249
current_release = zaza_openstack.get_os_release()
focal_ussuri = zaza_openstack.get_os_release('focal_ussuri')
if current_release >= focal_ussuri:
# NOTE(ajkavanagh) - focal (on ServerStack) is broken for /dev/vdb
Copy link
Contributor

Choose a reason for hiding this comment

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

If you have a link to a bug it would be nice to put it here, thanks!

Copy link
Contributor

@thedac thedac left a comment

Choose a reason for hiding this comment

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

Looks good. Landing

@thedac thedac merged commit 6406467 into openstack-charmers:master Apr 29, 2020
@ajkavanagh ajkavanagh deleted the disable-ceph-pristine-disks-focal branch April 29, 2020 17:25
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.

None yet

3 participants