* Violin Memory SSD array device support
[not found] <CCD19AF4.229%sma@vmem.com>
@ 2012-11-21 21:19 ` Sherman Ma
0 siblings, 0 replies; 8+ messages in thread
From: Sherman Ma @ 2012-11-21 21:19 UTC (permalink / raw)
To: lvm-devel
I would like to add Violin Memory's SSD array device (vtms) support in
LVM2.
The following is the change list:
sma at eng-builds-fir:~/git/lvm2/lib/filters$ git diff
diff --git a/lib/filters/device-types.h b/lib/filters/device-types.h
index 9efbe68..bc0cfc6 100644
--- a/lib/filters/device-types.h
+++ b/lib/filters/device-types.h
@@ -56,5 +56,6 @@ static const device_info_t _device_info[] = {
{"blkext", 1}, /* Extended device partitions */
{"fio", 16}, /* Fusion */
{"mtip32xx", 16}, /* Micron PCIe SSDs */
+ {"vtms", 16}, /* Violin Memory */
{"", 0}
};
Any comments before I submit the change?
Thanks,
- Sherman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/lvm-devel/attachments/20121121/2ff2dc94/attachment.htm>
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Violin Memory SSD array device support
[not found] <CCD26673.246%sma@vmem.com>
@ 2012-11-22 17:48 ` Sherman Ma
2012-11-22 22:19 ` Zdenek Kabelac
0 siblings, 1 reply; 8+ messages in thread
From: Sherman Ma @ 2012-11-22 17:48 UTC (permalink / raw)
To: lvm-devel
What's the submit process via git for LVM? I tried to push
and it didn't work. Could someone help me out?
Thanks,
- Sherman
==============================================
sma at eng-builds-fir:~/git/lvm2$ git pull --rebase
First, rewinding head to replay your work on top of it...
Applying: Violin Memory vmts device support
sma at eng-builds-fir:~/git/lvm2$
sma at eng-builds-fir:~/git/lvm2$ git status
# On branch master
# Your branch is ahead of 'origin/master' by 1 commit.
#
nothing to commit (working directory clean)
sma at eng-builds-fir:~/git/lvm2$ git push
fatal: The remote end hung up unexpected
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/lvm-devel/attachments/20121122/4fed3c5d/attachment.htm>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Violin Memory SSD array device support
2012-11-22 17:48 ` Violin Memory SSD array device support Sherman Ma
@ 2012-11-22 22:19 ` Zdenek Kabelac
2012-11-23 3:22 ` Alasdair G Kergon
0 siblings, 1 reply; 8+ messages in thread
From: Zdenek Kabelac @ 2012-11-22 22:19 UTC (permalink / raw)
To: lvm-devel
Dne 22.11.2012 18:48, Sherman Ma napsal(a):
>
> What's the submit process via git for LVM? I tried to push
> and it didn't work. Could someone help me out?
>
> Thanks,
It's ok, to post proposal patches to the list.
Only lvm developers have 'write' access.
Zdenek
^ permalink raw reply [flat|nested] 8+ messages in thread
* Violin Memory SSD array device support
2012-11-22 22:19 ` Zdenek Kabelac
@ 2012-11-23 3:22 ` Alasdair G Kergon
2012-11-23 5:36 ` Sherman Ma
0 siblings, 1 reply; 8+ messages in thread
From: Alasdair G Kergon @ 2012-11-23 3:22 UTC (permalink / raw)
To: lvm-devel
What is the current upstream status of the driver?
Alasdair
^ permalink raw reply [flat|nested] 8+ messages in thread
* Violin Memory SSD array device support
2012-11-23 3:22 ` Alasdair G Kergon
@ 2012-11-23 5:36 ` Sherman Ma
2012-11-23 10:26 ` Zdenek Kabelac
0 siblings, 1 reply; 8+ messages in thread
From: Sherman Ma @ 2012-11-23 5:36 UTC (permalink / raw)
To: lvm-devel
The driver (vtms.ko) has been released and is in good status.
Thanks,
- Sherman
On 11/22/12 7:22 PM, "Alasdair G Kergon" <agk@redhat.com> wrote:
>What is the current upstream status of the driver?
>
>Alasdair
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Violin Memory SSD array device support
2012-11-23 5:36 ` Sherman Ma
@ 2012-11-23 10:26 ` Zdenek Kabelac
2012-11-24 4:11 ` Sherman Ma
0 siblings, 1 reply; 8+ messages in thread
From: Zdenek Kabelac @ 2012-11-23 10:26 UTC (permalink / raw)
To: lvm-devel
Dne 23.11.2012 06:36, Sherman Ma napsal(a):> The driver (vtms.ko) has been
released and is in good status.
>
Hmm - I've made grep over 3.7-rc kernel and have not noticed anything
resembling vtms name.
Which 'upstream' kernel tree do you mean ?
Any git pointer ?
Is it publicly available ?
Thanks
Zdenek
^ permalink raw reply [flat|nested] 8+ messages in thread
* Violin Memory SSD array device support
2012-11-23 10:26 ` Zdenek Kabelac
@ 2012-11-24 4:11 ` Sherman Ma
2012-11-25 16:09 ` Alasdair G Kergon
0 siblings, 1 reply; 8+ messages in thread
From: Sherman Ma @ 2012-11-24 4:11 UTC (permalink / raw)
To: lvm-devel
Hi Zdenek,
Sorry I didn't make it clear. The driver is currently released
as a loadable module in binary format. Would that be a problem
in adding support in lvm?
Thanks,
- Sherman
On 11/23/12 2:26 AM, "Zdenek Kabelac" <zdenek.kabelac@gmail.com> wrote:
>Dne 23.11.2012 06:36, Sherman Ma napsal(a):> The driver (vtms.ko) has
>been
>released and is in good status.
> >
>
>Hmm - I've made grep over 3.7-rc kernel and have not noticed anything
>resembling vtms name.
>
>Which 'upstream' kernel tree do you mean ?
>
>Any git pointer ?
>Is it publicly available ?
>
>Thanks
>
>Zdenek
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Violin Memory SSD array device support
2012-11-24 4:11 ` Sherman Ma
@ 2012-11-25 16:09 ` Alasdair G Kergon
0 siblings, 0 replies; 8+ messages in thread
From: Alasdair G Kergon @ 2012-11-25 16:09 UTC (permalink / raw)
To: lvm-devel
On Fri, Nov 23, 2012 at 08:11:08PM -0800, Sherman Ma wrote:
> Sorry I didn't make it clear. The driver is currently released
> as a loadable module in binary format.
Are there plans to submit it to the upstream kernel?
Alasdair
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-11-25 16:09 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <CCD26673.246%sma@vmem.com>
2012-11-22 17:48 ` Violin Memory SSD array device support Sherman Ma
2012-11-22 22:19 ` Zdenek Kabelac
2012-11-23 3:22 ` Alasdair G Kergon
2012-11-23 5:36 ` Sherman Ma
2012-11-23 10:26 ` Zdenek Kabelac
2012-11-24 4:11 ` Sherman Ma
2012-11-25 16:09 ` Alasdair G Kergon
[not found] <CCD19AF4.229%sma@vmem.com>
2012-11-21 21:19 ` Sherman Ma
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.