I have to deploy service using disk over iSCSI. Now I need about 512 GB and I will make partition in SAN and one more for another purpose. But later I'll need more space and I'll have to move partitions next to my 512 GB partition. So, I probably should use LVM to make one 512 GB partition now...
Was looking into SAN for booting a diskless CoreOS VM but didn´t find any good ressources so I tried a bit for myself.
Found myself various solutions:
iPXE boot with attached disk from hypervisor and define INSTALLDEV /dev/sda in iPXE script (No SAN)
Live boot iso or iPXE with an Ignition...
Hi!
When I used target module in CentOS 7 I can see:
Target service has total cache 2GB by default:
# cat /sys/module/target_core_user/parameters/global_max_data_area_mb
2048
How I can check this buffer usage?
I need to know: is it full or not.
Thanks.