all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* FC Storage integration
@ 2026-06-25 22:06 Cyrus
  2026-06-29 12:03 ` Andrei Boros
  2026-06-29 12:26 ` SPAM: " Chunhui Ouyang
  0 siblings, 2 replies; 7+ messages in thread
From: Cyrus @ 2026-06-25 22:06 UTC (permalink / raw)
  To: Proxmox VE user list

Hello!,

It seems the pve-devel mail list is not very welcoming or I am doing
something wrong. I would  try another angle: asking the users.

Is there any interest in having a storage plugin to integrate to FC
Storage systems in a 1 vdisk = 1 LUN fashion?. That should allow you
to offload some operations like cloning/snapshots operations to the
specialized box.

I'm currently testing an integration with Hitachi VSP, but it could be
generalized to accommodate specific brand/model drivers (would assume
Dell, HPE, Huawei, Purestorage are still selling similar systems)

Regards.



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: FC Storage integration
  2026-06-25 22:06 FC Storage integration Cyrus
@ 2026-06-29 12:03 ` Andrei Boros
  2026-06-29 21:09   ` Karel Beneš
  2026-06-29 12:26 ` SPAM: " Chunhui Ouyang
  1 sibling, 1 reply; 7+ messages in thread
From: Andrei Boros @ 2026-06-29 12:03 UTC (permalink / raw)
  To: pve-user

Hi,

We are interested in using FC based storage in PVE, including HA with
multipath.

I am not sure what you mean by "the specialized box". The plugin, the
backend, other?

On 2026-06-26 1:06 AM, Cyrus wrote:
> Hello!,
>
> It seems the pve-devel mail list is not very welcoming or I am doing
> something wrong. I would  try another angle: asking the users.
>
> Is there any interest in having a storage plugin to integrate to FC
> Storage systems in a 1 vdisk = 1 LUN fashion?. That should allow you
> to offload some operations like cloning/snapshots operations to the
> specialized box.
>
> I'm currently testing an integration with Hitachi VSP, but it could be
> generalized to accommodate specific brand/model drivers (would assume
> Dell, HPE, Huawei, Purestorage are still selling similar systems)
>
> Regards.
>

-- 

*ing. Andrei Boros*

Serviciul IT&C
*Radio Romania*
|Tel:   +40-21-303-1870
       +40-745-115721
Email: andrei@srr.ro <mailto:andrei@srr.ro>|


^ permalink raw reply	[flat|nested] 7+ messages in thread

* SPAM: Re: FC Storage integration
  2026-06-25 22:06 FC Storage integration Cyrus
  2026-06-29 12:03 ` Andrei Boros
@ 2026-06-29 12:26 ` Chunhui Ouyang
  1 sibling, 0 replies; 7+ messages in thread
From: Chunhui Ouyang @ 2026-06-29 12:26 UTC (permalink / raw)
  To: Cyrus; +Cc: Proxmox VE user list

在 2026-06-26 06:06,Cyrus 写道:
> Hello!,
> 
> It seems the pve-devel mail list is not very welcoming or I am doing
> something wrong. I would  try another angle: asking the users.
> 
> Is there any interest in having a storage plugin to integrate to FC
> Storage systems in a 1 vdisk = 1 LUN fashion?. That should allow you
> to offload some operations like cloning/snapshots operations to the
> specialized box.
> 
> I'm currently testing an integration with Hitachi VSP, but it could be
> generalized to accommodate specific brand/model drivers (would assume
> Dell, HPE, Huawei, Purestorage are still selling similar systems)
> 
> Regards.

I suggest that you and your company use libvirtd directly to operate 
VMs.

-- 
Chunhui Ouyang



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: FC Storage integration
  2026-06-29 12:03 ` Andrei Boros
@ 2026-06-29 21:09   ` Karel Beneš
  2026-06-30  2:24     ` Cyrus
  0 siblings, 1 reply; 7+ messages in thread
From: Karel Beneš @ 2026-06-29 21:09 UTC (permalink / raw)
  To: cyruspy; +Cc: pve-user

Hi,
If you’re seeking for reassurance, then lately I was thinking about this too. Why VM-level snapshots on FC storage, when nowadays these storage boxes are smart enough to do LUN-level snapshots. All it would require is proper layout on the storage side. If a LUN (or more LUNs) is dedicated to a VM, then you need to freeze the writes in a VM for a little and call the API of the storage to snapshot the LUN. Removal of a snapshot would be fully transparent. Where it gets more complicated is an app-aware snapshot. And revert to a snapshot, that would have to be done very carefully, nodes should not start panicking that they lost storage. Is this what you meant?

Regards,
Karel


> On 2026. Jun 29., at 14:20, Andrei Boros <andrei@srr.ro> wrote:
> 
> Hi,
> 
> We are interested in using FC based storage in PVE, including HA with
> multipath.
> 
> I am not sure what you mean by "the specialized box". The plugin, the
> backend, other?
> 
>> On 2026-06-26 1:06 AM, Cyrus wrote:
>> Hello!,
>> 
>> It seems the pve-devel mail list is not very welcoming or I am doing
>> something wrong. I would  try another angle: asking the users.
>> 
>> Is there any interest in having a storage plugin to integrate to FC
>> Storage systems in a 1 vdisk = 1 LUN fashion?. That should allow you
>> to offload some operations like cloning/snapshots operations to the
>> specialized box.
>> 
>> I'm currently testing an integration with Hitachi VSP, but it could be
>> generalized to accommodate specific brand/model drivers (would assume
>> Dell, HPE, Huawei, Purestorage are still selling similar systems)
>> 
>> Regards.
>> 
> 
> --
> 
> *ing. Andrei Boros*
> 
> Serviciul IT&C
> *Radio Romania*
> |Tel:   +40-21-303-1870
>        +40-745-115721
> Email: andrei@srr.ro <mailto:andrei@srr.ro>|
> 




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: FC Storage integration
  2026-06-29 21:09   ` Karel Beneš
@ 2026-06-30  2:24     ` Cyrus
  2026-06-30 19:53       ` Karel Beneš
  0 siblings, 1 reply; 7+ messages in thread
From: Cyrus @ 2026-06-30  2:24 UTC (permalink / raw)
  To: Karel Beneš; +Cc: pve-user

Hello,

It's currently working!:

- LUN create/elimination
- Mapping/Masking
- Masking/Unmasking on migration
- Snapshots
- Clone was implemented, but PVE cannot drive it (at least I could
find how to avoid cloning via dd on host side and offload to the
storage layer)

Everything is driven from PVE 9.2, the only annoyance is that the
storage REST interface is taking 6 seconds to respond to simple
queries (upgrade pending). Today is SCSI-3 Persistent Reservation day.
I will enable some use cases like Windows Server Failover Clusters.

The module is centered in Hitachi VSP, I'm mostly interested in
understanding if there are more users to justify a full refactor to
accommodate multi-vendor support.

Regards.

El lun, 29 jun 2026 a las 18:09, Karel Beneš (<chucky@seznam.cz>) escribió:
>
> Hi,
> If you’re seeking for reassurance, then lately I was thinking about this too. Why VM-level snapshots on FC storage, when nowadays these storage boxes are smart enough to do LUN-level snapshots. All it would require is proper layout on the storage side. If a LUN (or more LUNs) is dedicated to a VM, then you need to freeze the writes in a VM for a little and call the API of the storage to snapshot the LUN. Removal of a snapshot would be fully transparent. Where it gets more complicated is an app-aware snapshot. And revert to a snapshot, that would have to be done very carefully, nodes should not start panicking that they lost storage. Is this what you meant?
>
> Regards,
> Karel
>
>
> > On 2026. Jun 29., at 14:20, Andrei Boros <andrei@srr.ro> wrote:
> >
> > Hi,
> >
> > We are interested in using FC based storage in PVE, including HA with
> > multipath.
> >
> > I am not sure what you mean by "the specialized box". The plugin, the
> > backend, other?
> >
> >> On 2026-06-26 1:06 AM, Cyrus wrote:
> >> Hello!,
> >>
> >> It seems the pve-devel mail list is not very welcoming or I am doing
> >> something wrong. I would  try another angle: asking the users.
> >>
> >> Is there any interest in having a storage plugin to integrate to FC
> >> Storage systems in a 1 vdisk = 1 LUN fashion?. That should allow you
> >> to offload some operations like cloning/snapshots operations to the
> >> specialized box.
> >>
> >> I'm currently testing an integration with Hitachi VSP, but it could be
> >> generalized to accommodate specific brand/model drivers (would assume
> >> Dell, HPE, Huawei, Purestorage are still selling similar systems)
> >>
> >> Regards.
> >>
> >
> > --
> >
> > *ing. Andrei Boros*
> >
> > Serviciul IT&C
> > *Radio Romania*
> > |Tel:   +40-21-303-1870
> >        +40-745-115721
> > Email: andrei@srr.ro <mailto:andrei@srr.ro>|
> >
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: FC Storage integration
  2026-06-30  2:24     ` Cyrus
@ 2026-06-30 19:53       ` Karel Beneš
  2026-06-30 21:12         ` Ciro Iriarte
  0 siblings, 1 reply; 7+ messages in thread
From: Karel Beneš @ 2026-06-30 19:53 UTC (permalink / raw)
  To: Cyrus; +Cc: pve-user

Hi,
if you can, and it looks like you do, then please do. You’ll make a whole bunch of people happy, including those who don’t answer in mailing lists and forums. I have personally never worked with a Hitachi storage (only HP, 3PAR, NetApp and Dell), but the functionality you describe is exactly where I’d shout “yes, I want it too”.
Regards,
Karel


> On 2026. Jun 30., at 4:24, Cyrus <cyruspy@gmail.com> wrote:
> 
> Hello,
> 
> It's currently working!:
> 
> - LUN create/elimination
> - Mapping/Masking
> - Masking/Unmasking on migration
> - Snapshots
> - Clone was implemented, but PVE cannot drive it (at least I could
> find how to avoid cloning via dd on host side and offload to the
> storage layer)
> 
> Everything is driven from PVE 9.2, the only annoyance is that the
> storage REST interface is taking 6 seconds to respond to simple
> queries (upgrade pending). Today is SCSI-3 Persistent Reservation day.
> I will enable some use cases like Windows Server Failover Clusters.
> 
> The module is centered in Hitachi VSP, I'm mostly interested in
> understanding if there are more users to justify a full refactor to
> accommodate multi-vendor support.
> 
> Regards.
> 
>> El lun, 29 jun 2026 a las 18:09, Karel Beneš (<chucky@seznam.cz>) escribió:
>> 
>> Hi,
>> If you’re seeking for reassurance, then lately I was thinking about this too. Why VM-level snapshots on FC storage, when nowadays these storage boxes are smart enough to do LUN-level snapshots. All it would require is proper layout on the storage side. If a LUN (or more LUNs) is dedicated to a VM, then you need to freeze the writes in a VM for a little and call the API of the storage to snapshot the LUN. Removal of a snapshot would be fully transparent. Where it gets more complicated is an app-aware snapshot. And revert to a snapshot, that would have to be done very carefully, nodes should not start panicking that they lost storage. Is this what you meant?
>> 
>> Regards,
>> Karel
>> 
>> 
>>>> On 2026. Jun 29., at 14:20, Andrei Boros <andrei@srr.ro> wrote:
>>> 
>>> Hi,
>>> 
>>> We are interested in using FC based storage in PVE, including HA with
>>> multipath.
>>> 
>>> I am not sure what you mean by "the specialized box". The plugin, the
>>> backend, other?
>>> 
>>>> On 2026-06-26 1:06 AM, Cyrus wrote:
>>>> Hello!,
>>>> 
>>>> It seems the pve-devel mail list is not very welcoming or I am doing
>>>> something wrong. I would  try another angle: asking the users.
>>>> 
>>>> Is there any interest in having a storage plugin to integrate to FC
>>>> Storage systems in a 1 vdisk = 1 LUN fashion?. That should allow you
>>>> to offload some operations like cloning/snapshots operations to the
>>>> specialized box.
>>>> 
>>>> I'm currently testing an integration with Hitachi VSP, but it could be
>>>> generalized to accommodate specific brand/model drivers (would assume
>>>> Dell, HPE, Huawei, Purestorage are still selling similar systems)
>>>> 
>>>> Regards.
>>>> 
>>> 
>>> --
>>> 
>>> *ing. Andrei Boros*
>>> 
>>> Serviciul IT&C
>>> *Radio Romania*
>>> |Tel:   +40-21-303-1870
>>>       +40-745-115721
>>> Email: andrei@srr.ro <mailto:andrei@srr.ro>|
>>> 
>> 




^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: FC Storage integration
  2026-06-30 19:53       ` Karel Beneš
@ 2026-06-30 21:12         ` Ciro Iriarte
  0 siblings, 0 replies; 7+ messages in thread
From: Ciro Iriarte @ 2026-06-30 21:12 UTC (permalink / raw)
  To: Karel Beneš; +Cc: pve-user

Thanks for the shout out. If you have test environments, I'm happy to
add other platforms that expose APIs to automate.

Regards,

El mar, 30 jun 2026 a las 16:54, Karel Beneš (<chucky@seznam.cz>) escribió:
>
> Hi,
> if you can, and it looks like you do, then please do. You’ll make a whole bunch of people happy, including those who don’t answer in mailing lists and forums. I have personally never worked with a Hitachi storage (only HP, 3PAR, NetApp and Dell), but the functionality you describe is exactly where I’d shout “yes, I want it too”.
> Regards,
> Karel
>
>
> > On 2026. Jun 30., at 4:24, Cyrus <cyruspy@gmail.com> wrote:
> >
> > Hello,
> >
> > It's currently working!:
> >
> > - LUN create/elimination
> > - Mapping/Masking
> > - Masking/Unmasking on migration
> > - Snapshots
> > - Clone was implemented, but PVE cannot drive it (at least I could
> > find how to avoid cloning via dd on host side and offload to the
> > storage layer)
> >
> > Everything is driven from PVE 9.2, the only annoyance is that the
> > storage REST interface is taking 6 seconds to respond to simple
> > queries (upgrade pending). Today is SCSI-3 Persistent Reservation day.
> > I will enable some use cases like Windows Server Failover Clusters.
> >
> > The module is centered in Hitachi VSP, I'm mostly interested in
> > understanding if there are more users to justify a full refactor to
> > accommodate multi-vendor support.
> >
> > Regards.
> >
> >> El lun, 29 jun 2026 a las 18:09, Karel Beneš (<chucky@seznam.cz>) escribió:
> >>
> >> Hi,
> >> If you’re seeking for reassurance, then lately I was thinking about this too. Why VM-level snapshots on FC storage, when nowadays these storage boxes are smart enough to do LUN-level snapshots. All it would require is proper layout on the storage side. If a LUN (or more LUNs) is dedicated to a VM, then you need to freeze the writes in a VM for a little and call the API of the storage to snapshot the LUN. Removal of a snapshot would be fully transparent. Where it gets more complicated is an app-aware snapshot. And revert to a snapshot, that would have to be done very carefully, nodes should not start panicking that they lost storage. Is this what you meant?
> >>
> >> Regards,
> >> Karel
> >>
> >>
> >>>> On 2026. Jun 29., at 14:20, Andrei Boros <andrei@srr.ro> wrote:
> >>>
> >>> Hi,
> >>>
> >>> We are interested in using FC based storage in PVE, including HA with
> >>> multipath.
> >>>
> >>> I am not sure what you mean by "the specialized box". The plugin, the
> >>> backend, other?
> >>>
> >>>> On 2026-06-26 1:06 AM, Cyrus wrote:
> >>>> Hello!,
> >>>>
> >>>> It seems the pve-devel mail list is not very welcoming or I am doing
> >>>> something wrong. I would  try another angle: asking the users.
> >>>>
> >>>> Is there any interest in having a storage plugin to integrate to FC
> >>>> Storage systems in a 1 vdisk = 1 LUN fashion?. That should allow you
> >>>> to offload some operations like cloning/snapshots operations to the
> >>>> specialized box.
> >>>>
> >>>> I'm currently testing an integration with Hitachi VSP, but it could be
> >>>> generalized to accommodate specific brand/model drivers (would assume
> >>>> Dell, HPE, Huawei, Purestorage are still selling similar systems)
> >>>>
> >>>> Regards.
> >>>>
> >>>
> >>> --
> >>>
> >>> *ing. Andrei Boros*
> >>>
> >>> Serviciul IT&C
> >>> *Radio Romania*
> >>> |Tel:   +40-21-303-1870
> >>>       +40-745-115721
> >>> Email: andrei@srr.ro <mailto:andrei@srr.ro>|
> >>>
> >>
>



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2026-07-02  8:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-25 22:06 FC Storage integration Cyrus
2026-06-29 12:03 ` Andrei Boros
2026-06-29 21:09   ` Karel Beneš
2026-06-30  2:24     ` Cyrus
2026-06-30 19:53       ` Karel Beneš
2026-06-30 21:12         ` Ciro Iriarte
2026-06-29 12:26 ` SPAM: " Chunhui Ouyang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal