Fiber Channel Storage as Directory

babak

Active Member
Jul 13, 2019
15
0
41
51
Hi
I configured a Fiber channel storage( with multipath) and partition and put ext4 file system on it . I do not want to put LVM on it I want to use it as directory to be able to save everything on it. How i can add it to proxmox as directory or storage?

Regards
 
Last edited:
  • Like
Reactions: babak
@LnxBil @bbgeek17

Thanks for reply

root@MF4:~# multipath -ll mpatha (3600000e00d0000000003381500010000) dm-6 FUJITSU,ETERNUS_DXL size=1.9T features='1 queue_if_no_path' hwhandler='1 alua' wp=rw |-+- policy='round-robin 0' prio=50 status=active | |- 4:0:1:1 sdd 8:48 active ready running | `- 5:0:1:1 sdh 8:112 active ready running `-+- policy='round-robin 0' prio=10 status=enabled |- 4:0:0:1 sdb 8:16 active ready running `- 5:0:0:1 sdf 8:80 active ready running mpathd (3600000e00d0000000003381500000000) dm-5 FUJITSU,ETERNUS_DXL size=1.9T features='1 queue_if_no_path' hwhandler='1 alua' wp=rw |-+- policy='round-robin 0' prio=50 status=active | |- 4:0:1:0 sdc 8:32 active ready running | `- 5:0:1:0 sdg 8:96 active ready running `-+- policy='round-robin 0' prio=10 status=enabled |- 4:0:0:0 sda 8:0 active ready running `- 5:0:0:0 sde 8:64 active ready running

How I can add this 2 to Disks as Directory or Disks LVM-thin not as Storage on Datacenter?
What is difference between Directory and LVM-thin in Datacenter Storage with in Proxmox node Disks Directory/LVM-thin ?
Regards
 
Last edited:
How I can add this 2 to Disks as Directory
The answer is always - it depends. There is a hundred different ways to do it. This method is as good as any - https://askubuntu.com/questions/219881/how-can-i-create-one-logical-volume-over-two-disks-using-lvm
or Disks LVM-thin not as Storage on Datacenter?
I cant parse what you are asking here.
What is difference between Directory and LVM-thin in Datacenter Storage with in Proxmox node Disks Directory/LVM-thin ?
Directory is for file storage.
LVM thin is for block storage.
This page covers the basics pretty well: https://pve.proxmox.com/wiki/Storage


Ultra low latency all-NVME shared storage for Proxmox - https://www.blockbridge.com/proxmox
 
  • Like
Reactions: babak