master.. you'll need to use
> engine/schema/src/com/cloud/storage/VolumeVO.java.
>
> Regards,
> Vijay
>
> -Original Message-
> From: Alex Huang [mailto:alex.hu...@citrix.com]
> Sent: Friday, June 07, 2013 3:19 PM
> To: dev@cloudstack.apache.org
> Subject: R
Alex Huang [mailto:alex.hu...@citrix.com]
Sent: Friday, June 07, 2013 3:19 PM
To: dev@cloudstack.apache.org
Subject: RE: Quick DB Question
Mike,
The Data Access Layer page[1] have the answer to this. Specifically this
particular part in the example.
// getters and setters must follow the
> From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com]
> Sent: Friday, June 7, 2013 3:12 PM
> To: dev@cloudstack.apache.org
> Subject: Re: Quick DB Question
>
> Hi,
>
> Yeah, I should have been more explicit in what problem I was seeing. :)
>
> What I'm s
has already been discussed - why do you want to
> put an iscsi iqn here in volumeVO? Isn't it better to put in a class of its
> own that derives VolumeVO?
>
> Regards,
> Vijay
>
> -Original Message-
> From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com]
> Sent:
ards,
Vijay
-Original Message-
From: Mike Tutkowski [mailto:mike.tutkow...@solidfire.com]
Sent: Friday, June 07, 2013 2:52 PM
To: dev@cloudstack.apache.org
Subject: Quick DB Question
Hi,
I'd like to place an IQN in the "iscsi_name" field available in the
cloud.volumes tab
Hi,
I'd like to place an IQN in the "iscsi_name" field available in the
cloud.volumes table after I create an appropriate iSCSI target on a SAN.
For some reason, we don't seem to be using this column in the VolumeVO
class, so I went ahead and added access to it.
I've successfully added columns t