Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add iscsi as secondary storage #3751

Open
aleskxyz opened this issue Dec 8, 2019 · 7 comments
Open

Add iscsi as secondary storage #3751

aleskxyz opened this issue Dec 8, 2019 · 7 comments

Comments

@aleskxyz
Copy link
Contributor

aleskxyz commented Dec 8, 2019

It seems iscsi has better performance in comparison to NFS, specially in vmware environment.
So I think it will be a good idea to add support of iscsi to secondary storage.

@svenvogel
Copy link
Contributor

@geekza1 that would be nice but i think implementation is not easy. since we use managed storage we would recommend it.

@aleskxyz
Copy link
Contributor Author

aleskxyz commented Dec 8, 2019

@geekza1 that would be nice but i think implementation is not easy. since we use managed storage we would recommend it.

Could I know what is its name?
Is it compatible with vmware?
If it uses nfs to connect to vmware we may should have the same problem!

@bwsw
Copy link
Contributor

bwsw commented Dec 17, 2019

Why one needs that if one can use Ceph RBD or S3 (Minio) or even Gluster with minor hacks? I don't think block device is an easy way to use as a SS, because it's necessary to add certain kind of addressing inside (actually a sort of filesystem) and DLM.

@DaanHoogland
Copy link
Contributor

@aleskxyz there are improved storage types support for vmware, I don't think for secondary but you might want to look at those (and maybe use direct download if you don't want an nfs store).
@svenvogel is referring to solidfire i think !?!

@aleskxyz
Copy link
Contributor Author

@bwsw The downside of all the mentioned solutions is vmware doesn't mount them directly. An NFS staging server is required for them.
@DaanHoogland Cloudstack only supports certain type of SS that all of them needs an NFS server. I don't get your point about "direct download". Did you mean that I can use an vmfs storage as my SS by editing entries in database?

@DaanHoogland
Copy link
Contributor

@aleskxyz please review the release candidate for 4.15. It does support different types of storage on vmware.

@DaanHoogland
Copy link
Contributor

@DaanHoogland Cloudstack only supports certain type of SS that all of them needs an NFS server. I don't get your point about "direct download". Did you mean that I can use an vmfs storage as my SS by editing entries in database?

@aleskxyz direct download means that templates are not downloaded and stored but the remote url is registered and whenever a deploy occurs the template is downloaded to primary if it is not yet available on it. This seems to partially fit your use-case (I don't know if you use backup of snapshots or the likes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants