Git Product home page Git Product logo

proxmox-3par's Introduction

HPE 3par plugin for Proxmox

This a plugin for Proxmox distribution that supports using plain 3par VLUNs as disks

Create ssh key

For all storage platforms the distribution of root's ssh key is maintained through Proxmox's cluster wide file system which means you have to create this folder: /etc/pve/priv/3par. In this folder you place the ssh key to use for each HPE 3par storage and the name of the key follows this naming scheme: address_id_rsa. Creating the key is simple. As root do the following:

mkdir /etc/pve/priv/3par
ssh-keygen -f /etc/pve/priv/3par/192.168.1.1_id_rsa

Create user proxmox on the storage with edit role.

$ ssh [email protected]
  3paradm's password: ******
cli% createuser -c testpw proxmox all edit 
cli% exit

$ ssh [email protected]
cli% showuser
     Username Domain    Role   Default
     proxmox     all    edit   N

Add a public key to the storage.

cat /etc/pve/priv/3par/192.168.1.1_id_rsa.pub
ssh [email protected]
  [email protected] password: ******
cli% setsshkey
 sshrsa AF5afPdciUTJ0PYzB6msRxFrCuDSqDwPshqWS5tGCFSoSZdE= proxmox pubic key
 SSH public key successfully set!

Test HPE 3par connection:

ssh -i /etc/pve/priv/3par/192.168.1.1_id_rsa [email protected]
The authenticity of host '192.168.1.1 (192.168.1.1)' can't be established.
RSA key fingerprint is 8c:f9:46:5e:40:65:b4:91:be:41:a0:25:ef:7f:80:5f.
Are you sure you want to continue connecting (yes/no)? yes

Storage Configuration Example

drbd: ThreeParStorage
        address 192.168.1.1
        cpg Proxmox_r6
        startvlun 5
        use_compr 0
        use_dedup 0
        use_thin 1
        user proxmox
        snapshot_expiry 30d
        vname_prefix prx-

This is work in progress

All functionality has not yet been implemented. Use with caution

proxmox-3par's People

Contributors

tssge avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

daniilharun

proxmox-3par's Issues

Cloudinit problem

Hello, I have a problem with cloudinit drive on 3par storage. All VPS with cloud init want start and ending with this error. Is possible to do with this? Proxmox 3par plugin can create cloudinit drive (maybe) and this drive is exist.
Thank you for your help
Regards
Bartos Bohumil
3par

proxmox cluster trouble

My nodes are in 3par set "prx-cluster-001" (cause of cluster), so plugin doesnt work without changing hostname()to"set:prx-cluster-001"`

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.