]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
Merge pull request #69703 from guits/wip-77636-tentacle
authorNeha Ojha <nojha@redhat.com>
Wed, 1 Jul 2026 22:08:29 +0000 (15:08 -0700)
committerGitHub <noreply@github.com>
Wed, 1 Jul 2026 22:08:29 +0000 (15:08 -0700)
tentacle: ceph-volume: skip internal raid mirror LVs in inventory

Reviewed-by: Adam King <adking@redhat.com>
1  2 
src/ceph-volume/ceph_volume/tests/util/test_disk.py
src/ceph-volume/ceph_volume/util/disk.py

index c76cf2e79af7e9cb40f19dd61bb03db70b845940,29a2fceffda5988667dcdbbdc4469506c893d244..3dc634ce8436ef80581dc2576e3c04a5db8838d4
@@@ -1,6 -1,7 +1,8 @@@
 +import errno
  import pytest
  import stat
+ from typing import Any, Callable, ClassVar, Optional
  from ceph_volume.util import disk
  from unittest.mock import patch, Mock, MagicMock, mock_open
  from pyfakefs.fake_filesystem_unittest import TestCase