Last active
October 27, 2017 20:05
-
-
Save iammattcoleman/b72765729aff5f9b74778a103870df70 to your computer and use it in GitHub Desktop.
Ceph issues during Proxmox 4.4 -> 5 upgrade
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@mdc-ceph-3:~# mount | grep ceph | |
/dev/sdd1 on /var/lib/ceph/osd/ceph-7 type xfs (rw,noatime,attr2,inode64,noquota) | |
/dev/sdc1 on /var/lib/ceph/osd/ceph-6 type xfs (rw,noatime,attr2,inode64,noquota) | |
/dev/sda1 on /var/lib/ceph/osd/ceph-8 type xfs (rw,noatime,attr2,inode64,noquota) | |
root@mdc-ceph-3:~# blkid -o udev /dev/sda1 | |
ID_FS_UUID=01256762-e0ed-4eb6-945e-89e5f1c223f0 | |
ID_FS_UUID_ENC=01256762-e0ed-4eb6-945e-89e5f1c223f0 | |
ID_FS_TYPE=xfs | |
ID_FS_PARTLABEL=ceph data | |
ID_FS_PARTUUID=503fa6f8-4853-46c9-b0ed-986a34c1b3fc | |
root@mdc-ceph-3:~# blkid -o udev /dev/sda | |
ID_PART_TABLE_UUID=27c48879-2c43-445b-ada9-3557c33a690a | |
ID_PART_TABLE_TYPE=gpt | |
root@mdc-ceph-3:~# blkid -o udev /dev/sdc1 | |
ID_FS_UUID=a3ed3315-96c8-4e95-9e0b-7ade9eff507f | |
ID_FS_UUID_ENC=a3ed3315-96c8-4e95-9e0b-7ade9eff507f | |
ID_FS_TYPE=xfs | |
ID_FS_PARTLABEL=ceph data | |
ID_FS_PARTUUID=100e4831-f6fb-48fe-9cf8-d6686381f1f0 | |
root@mdc-ceph-3:~# blkid -o udev /dev/sdc | |
ID_FS_TYPE=zfs_member | |
root@mdc-ceph-3:~# blkid -o udev /dev/sdd1 | |
ID_FS_UUID=a31af777-e017-4f4d-aec1-1ea9fd63f003 | |
ID_FS_UUID_ENC=a31af777-e017-4f4d-aec1-1ea9fd63f003 | |
ID_FS_TYPE=xfs | |
ID_FS_PARTLABEL=ceph data | |
ID_FS_PARTUUID=a025feed-97d1-48ed-8c6c-b971be592749 | |
root@mdc-ceph-3:~# blkid -o udev /dev/sdd | |
ID_FS_TYPE=zfs_member | |
root@mdc-ceph-3:~# dpkg -l '*ceph*' | |
Desired=Unknown/Install/Remove/Purge/Hold | |
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend | |
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) | |
||/ Name Version Architecture Description | |
+++-=====================================-===============================-===============================-================================================================================================================ | |
ii ceph 12.2.1-1~bpo80+1 amd64 distributed storage and file system | |
ii ceph-base 12.2.1-1~bpo80+1 amd64 common ceph daemon libraries and management tools | |
un ceph-client-tools <none> <none> (no description available) | |
ii ceph-common 12.2.1-1~bpo80+1 amd64 common utilities to mount and interact with a ceph storage cluster | |
un ceph-fs-common <none> <none> (no description available) | |
un ceph-mds <none> <none> (no description available) | |
ii ceph-mgr 12.2.1-1~bpo80+1 amd64 manager for the ceph distributed storage system | |
ii ceph-mon 12.2.1-1~bpo80+1 amd64 monitor server for the ceph storage system | |
ii ceph-osd 12.2.1-1~bpo80+1 amd64 OSD server for the ceph storage system | |
un ceph-test <none> <none> (no description available) | |
un libceph <none> <none> (no description available) | |
un libceph1 <none> <none> (no description available) | |
un libcephfs <none> <none> (no description available) | |
ii libcephfs1 10.2.9-1~bpo80+1 amd64 Ceph distributed file system client library | |
ii libcephfs2 12.2.1-1~bpo80+1 amd64 Ceph distributed file system client library | |
ii python-ceph 12.2.1-1~bpo80+1 amd64 Meta-package for python libraries for the Ceph libraries | |
ii python-cephfs 12.2.1-1~bpo80+1 amd64 Python 2 libraries for the Ceph libcephfs library |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@mdc-ceph-3:~# mount | grep ceph | |
/dev/sdd1 on /var/lib/ceph/osd/ceph-7 type xfs (rw,noatime,attr2,inode64,noquota) | |
/dev/sdc1 on /var/lib/ceph/osd/ceph-6 type xfs (rw,noatime,attr2,inode64,noquota) | |
/dev/sda1 on /var/lib/ceph/osd/ceph-8 type xfs (rw,noatime,attr2,inode64,noquota) | |
root@mdc-ceph-3:~# blkid -o udev /dev/sda1 | |
ID_FS_UUID=01256762-e0ed-4eb6-945e-89e5f1c223f0 | |
ID_FS_UUID_ENC=01256762-e0ed-4eb6-945e-89e5f1c223f0 | |
ID_FS_TYPE=xfs | |
ID_FS_PARTLABEL=ceph data | |
ID_FS_PARTUUID=503fa6f8-4853-46c9-b0ed-986a34c1b3fc | |
root@mdc-ceph-3:~# blkid -o udev /dev/sda | |
ID_FS_TYPE=zfs_member | |
ID_PART_TABLE_UUID=27c48879-2c43-445b-ada9-3557c33a690a | |
ID_PART_TABLE_TYPE=gpt | |
root@mdc-ceph-3:~# blkid -o udev /dev/sdc1 | |
root@mdc-ceph-3:~# blkid -o udev /dev/sdc | |
ID_FS_TYPE=zfs_member | |
ID_PART_TABLE_UUID=5ed7b5dd-ef0d-4721-ba06-506d463d547f | |
ID_PART_TABLE_TYPE=gpt | |
root@mdc-ceph-3:~# blkid -o udev /dev/sdd1 | |
root@mdc-ceph-3:~# blkid -o udev /dev/sdd | |
ID_FS_TYPE=zfs_member | |
ID_PART_TABLE_UUID=9b95936f-776d-48bc-80e1-b7b93b6b2456 | |
ID_PART_TABLE_TYPE=gpt | |
root@mdc-ceph-3:~# dpkg -l '*ceph*' | |
Desired=Unknown/Install/Remove/Purge/Hold | |
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend | |
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad) | |
||/ Name Version Architecture Description | |
+++-=====================================================-===============================-===============================-================================================================================================================ | |
ii ceph 12.2.1-pve3 amd64 distributed storage and file system | |
ii ceph-base 12.2.1-pve3 amd64 common ceph daemon libraries and management tools | |
un ceph-client-tools <none> <none> (no description available) | |
ii ceph-common 12.2.1-pve3 amd64 common utilities to mount and interact with a ceph storage cluster | |
un ceph-fs-common <none> <none> (no description available) | |
un ceph-mds <none> <none> (no description available) | |
ii ceph-mgr 12.2.1-pve3 amd64 manager for the ceph distributed storage system | |
ii ceph-mon 12.2.1-pve3 amd64 monitor server for the ceph storage system | |
ii ceph-osd 12.2.1-pve3 amd64 OSD server for the ceph storage system | |
un ceph-test <none> <none> (no description available) | |
un libceph <none> <none> (no description available) | |
un libceph1 <none> <none> (no description available) | |
un libcephfs <none> <none> (no description available) | |
ii libcephfs1 10.2.9-1~bpo80+1 amd64 Ceph distributed file system client library | |
ii libcephfs2 12.2.1-pve3 amd64 Ceph distributed file system client library | |
ii python-ceph 12.2.1-pve3 amd64 Meta-package for python libraries for the Ceph libraries | |
ii python-cephfs 12.2.1-pve3 amd64 Python 2 libraries for the Ceph libcephfs library |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment