<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title>Аспро: ЛайтШоп [тема: [РЕШЕНО]Не удается создать OSD.]</title>
		<link>http://proxmox.su</link>
		<description>Новое в теме [РЕШЕНО]Не удается создать OSD. форума Proxmox Виртуальная Среда на сайте Аспро: ЛайтШоп [proxmox.su]</description>
		<language>ru</language>
		<docs>http://backend.userland.com/rss2</docs>
		<pubDate>Thu, 23 Apr 2026 05:27:31 +0300</pubDate>
		<item>
			<title>[РЕШЕНО]Не удается создать OSD.</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message314465/76310-resheno_ne-udaetsya-sozdat-osd.">[РЕШЕНО]Не удается создать OSD.</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Только что пришлось сделать вот это: ceph auth get client.bootstrap-osd &gt; /var/lib/ceph/bootstrap-osd/ceph.keyring <br />
			<i>14.03.2025 22:40:00, scuppasteve.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message314465/76310-resheno_ne-udaetsya-sozdat-osd.</link>
			<guid>http://proxmox.su/forum/messages/forum63/message314465/76310-resheno_ne-udaetsya-sozdat-osd.</guid>
			<pubDate>Fri, 14 Mar 2025 22:40:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
		<item>
			<title>[РЕШЕНО]Не удается создать OSD.</title>
			<description><![CDATA[<b><a href="http://proxmox.su/forum/messages/forum63/message314464/76310-resheno_ne-udaetsya-sozdat-osd.">[РЕШЕНО]Не удается создать OSD.</a></b> <i>Proxmox Виртуальная Среда</i> в форуме <a href="http://proxmox.su/forum/forum63/">Proxmox Виртуальная Среда</a>. <br />
			Я относительно новый пользователь Proxmox. У меня был установлен и полностью настроен Ceph, и в целях обучения я попробовал его удалить. Я удалил установку Ceph и заново собрал всю конфигурацию Ceph. У меня все узлы онлайн, но я не могу создать OSD. Диски были очищены.<br /><br />Код:<br />```<br />NAME &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MAJ:MIN RM &nbsp;SIZE RO TYPE MOUNTPOINTS<br />sda &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;8:0 &nbsp; &nbsp;0 &nbsp;3.7T &nbsp;0 disk<br />├─sda1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8:1 &nbsp; &nbsp;0 1007K &nbsp;0 part<br />├─sda2 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8:2 &nbsp; &nbsp;0 &nbsp; &nbsp;1G &nbsp;0 part /boot/efi<br />└─sda3 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 8:3 &nbsp; &nbsp;0 &nbsp;3.7T &nbsp;0 part<br /> &nbsp;├─pve-swap &nbsp; &nbsp; &nbsp; &nbsp; 252:0 &nbsp; &nbsp;0 &nbsp; &nbsp;8G &nbsp;0 lvm &nbsp;[SWAP]<br /> &nbsp;├─pve-root &nbsp; &nbsp; &nbsp; &nbsp; 252:1 &nbsp; &nbsp;0 &nbsp;200G &nbsp;0 lvm &nbsp;/<br /> &nbsp;├─pve-data_tmeta &nbsp; 252:2 &nbsp; &nbsp;0 15.9G &nbsp;0 lvm<br /> &nbsp;│ └─pve-data-tpool 252:4 &nbsp; &nbsp;0 &nbsp;3.5T &nbsp;0 lvm<br /> &nbsp;│ &nbsp; └─pve-data &nbsp; &nbsp; 252:5 &nbsp; &nbsp;0 &nbsp;3.5T &nbsp;1 lvm<br /> &nbsp;└─pve-data_tdata &nbsp; 252:3 &nbsp; &nbsp;0 &nbsp;3.5T &nbsp;0 lvm<br /> &nbsp; &nbsp;└─pve-data-tpool 252:4 &nbsp; &nbsp;0 &nbsp;3.5T &nbsp;0 lvm<br /> &nbsp; &nbsp; &nbsp;└─pve-data &nbsp; &nbsp; 252:5 &nbsp; &nbsp;0 &nbsp;3.5T &nbsp;1 lvm<br />nvme0n1 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;259:0 &nbsp; &nbsp;0 &nbsp;3.7T &nbsp;0 disk<br />```<br /><br />Я пытаюсь установить это на свой NVME-диск.<br /><br />Код:<br />```<br />root@swarm01:~# pveceph osd create /dev/nvme0n1<br />create OSD on /dev/nvme0n1 (bluestore)<br />wiping block device /dev/nvme0n1<br />200+0 records in<br />200+0 records out<br />209715200 bytes (210 MB, 200 MiB) copied, 0.164907 s, 1.3 GB/s<br />Running command: /bin/ceph-authtool --gen-print-key<br />Running command: /bin/ceph --cluster ceph --name client.bootstrap-osd --keyring /var/lib/ceph/bootstrap-osd/ceph.keyring -i - osd new 6c55bf9b-36d9-4fae-8a81-dfe5cda4d4ba<br />stderr: 2025-03-14T14:08:15.817-0700 7a36e2e006c0 -1 auth: unable to find a keyring on /etc/pve/priv/ceph.client.bootstrap-osd.keyring: (2) No such file or directory<br />stderr: 2025-03-14T14:08:15.817-0700 7a36dbe006c0 -1 AuthRegistry(0x7a36dc064298) no keyring found at /etc/pve/priv/ceph.client.bootstrap-osd.keyring, disabling cephx<br />stderr: 2025-03-14T14:08:15.822-0700 7a36dbe006c0 -1 monclient(hunting): handle_auth_bad_method server allowed_methods [2] but i only support [2]<br />stderr: 2025-03-14T14:08:15.823-0700 7a36db4006c0 -1 monclient(hunting): handle_auth_bad_method server allowed_methods [2] but i only support [2]<br />stderr: [errno 13] RADOS permission denied (error connecting to the cluster)<br />--&gt; &nbsp;RuntimeError: Unable to create a new OSD id<br />command 'ceph-volume lvm create --data /dev/nvme0n1' failed: exit code 1<br />```<br /><br />Я не уверен, в чем моя проблема и как ее решить. <br />
			<i>14.03.2025 22:16:00, scuppasteve.</i>]]></description>
			<link>http://proxmox.su/forum/messages/forum63/message314464/76310-resheno_ne-udaetsya-sozdat-osd.</link>
			<guid>http://proxmox.su/forum/messages/forum63/message314464/76310-resheno_ne-udaetsya-sozdat-osd.</guid>
			<pubDate>Fri, 14 Mar 2025 22:16:00 +0300</pubDate>
			<category>Proxmox Виртуальная Среда</category>
		</item>
	</channel>
</rss>
