Advertisement
masber

Untitled

Aug 23rd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.37 KB | None | 0 0
  1. [root@ceph-4-2 ceph]# ceph-deploy disk zap ceph-4-3:/dev/nvme0n1
  2. [ceph_deploy.conf][DEBUG ] found configuration file at: /root/.cephdeploy.conf
  3. [ceph_deploy.cli][INFO ] Invoked (1.5.37): /usr/bin/ceph-deploy disk zap ceph-4-3:/dev/nvme0n1
  4. [ceph_deploy.cli][INFO ] ceph-deploy options:
  5. [ceph_deploy.cli][INFO ] username : None
  6. [ceph_deploy.cli][INFO ] verbose : False
  7. [ceph_deploy.cli][INFO ] overwrite_conf : False
  8. [ceph_deploy.cli][INFO ] subcommand : zap
  9. [ceph_deploy.cli][INFO ] quiet : False
  10. [ceph_deploy.cli][INFO ] cd_conf : <ceph_deploy.conf.cephdeploy.Conf instance at 0x2828c20>
  11. [ceph_deploy.cli][INFO ] cluster : ceph
  12. [ceph_deploy.cli][INFO ] func : <function disk at 0x281ec08>
  13. [ceph_deploy.cli][INFO ] ceph_conf : None
  14. [ceph_deploy.cli][INFO ] default_release : False
  15. [ceph_deploy.cli][INFO ] disk : [('ceph-4-3', '/dev/nvme0n1', None)]
  16. [ceph_deploy.osd][DEBUG ] zapping /dev/nvme0n1 on ceph-4-3
  17. The authenticity of host 'ceph-4-3 (10.1.0.43)' can't be established.
  18. ECDSA key fingerprint is 88:a4:93:4f:07:bf:85:a2:21:3b:a6:99:b5:15:90:46.
  19. Are you sure you want to continue connecting (yes/no)? yes
  20. Warning: Permanently added 'ceph-4-3,10.1.0.43' (ECDSA) to the list of known hosts.
  21. root@ceph-4-3's password:
  22. root@ceph-4-3's password:
  23. [ceph-4-3][DEBUG ] connected to host: ceph-4-3
  24. [ceph-4-3][DEBUG ] detect platform information from remote host
  25. [ceph-4-3][DEBUG ] detect machine type
  26. [ceph-4-3][DEBUG ] find the location of an executable
  27. [ceph_deploy.osd][INFO ] Distro info: CentOS Linux 7.3.1611 Core
  28. [ceph-4-3][DEBUG ] zeroing last few blocks of device
  29. [ceph-4-3][DEBUG ] find the location of an executable
  30. [ceph-4-3][INFO ] Running command: /usr/sbin/ceph-disk zap /dev/nvme0n1
  31. [ceph-4-3][WARNIN] Caution: invalid backup GPT header, but valid main header; regenerating
  32. [ceph-4-3][WARNIN] backup header from main header.
  33. [ceph-4-3][WARNIN]
  34. [ceph-4-3][WARNIN] Warning! Main and backup partition tables differ! Use the 'c' and 'e' options
  35. [ceph-4-3][WARNIN] on the recovery & transformation menu to examine the two tables.
  36. [ceph-4-3][WARNIN]
  37. [ceph-4-3][WARNIN] Warning! One or more CRCs don't match. You should repair the disk!
  38. [ceph-4-3][WARNIN]
  39. [ceph-4-3][DEBUG ] ****************************************************************************
  40. [ceph-4-3][DEBUG ] Caution: Found protective or hybrid MBR and corrupt GPT. Using GPT, but disk
  41. [ceph-4-3][DEBUG ] verification and recovery are STRONGLY recommended.
  42. [ceph-4-3][DEBUG ] ****************************************************************************
  43. [ceph-4-3][DEBUG ] Warning: The kernel is still using the old partition table.
  44. [ceph-4-3][DEBUG ] The new table will be used at the next reboot.
  45. [ceph-4-3][DEBUG ] GPT data structures destroyed! You may now partition the disk using fdisk or
  46. [ceph-4-3][DEBUG ] other utilities.
  47. [ceph-4-3][DEBUG ] Creating new GPT entries.
  48. [ceph-4-3][DEBUG ] Warning: The kernel is still using the old partition table.
  49. [ceph-4-3][DEBUG ] The new table will be used at the next reboot.
  50. [ceph-4-3][DEBUG ] The operation has completed successfully.
  51.  
  52. [ceph-4-3][WARNIN] No data was received after 300 seconds, disconnecting...
  53. [root@ceph-4-2 ceph]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement