Guillaume Abrioux

Results 241 comments of Guillaume Abrioux

``` cephadm/__init__.py:1: note: In module imported here: cephadm/module.py: note: In member "zap_device" of class "CephadmOrchestrator": cephadm/module.py:2299: error: Incompatible types in assignment (expression has type "str", variable has type "List[str]") ```...

@ktdreyer can you amend your commit to retrigger the CI please? I'm curious why no tests have run 🤔 Thanks!

``` [root@cv-1 /]# CEPH_VOLUME_DEBUG=1 ceph-volume lvm zap --destroy /dev/vde Traceback (most recent call last): File "/usr/sbin/ceph-volume", line 11, in load_entry_point('ceph-volume==1.0.0', 'console_scripts', 'ceph-volume')() File "/usr/lib/python3.6/site-packages/ceph_volume/main.py", line 41, in __init__ self.main(self.argv) File...

``` # lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 50G 0 disk sdb 8:16 0 50G 0 disk sdc 8:32 0 50G 0 disk nvme0n1 259:1...

from the `vgcreate` man page [1] : > vgcreate creates a new volume group called VolumeGroupName using the block special device PhysicalDevicePath. If PhysicalDevicePath was not previously configured for LVM...