Zorlin / pve-moosefs

MooseFS on Proxmox.
GNU Affero General Public License v3.0
5 stars 2 forks source link

MooseFS plugin does not appear in the Add menu of Proxmox #3

Open Zorlin opened 1 year ago

Zorlin commented 10 months ago

Made some progress on this today.

I was able to edit /usr/share/pve-manager/js/pvemanagerlib.js, and under the following block of code:

        pveceph: {
            name: 'RBD (PVE)',
            ipanel: 'RBDInputPanel',
            hideAdd: true,
            faIcon: 'building',
            backups: false,
        },

Add the following:

        moosefs: {
            name: 'MooseFS',
            ipanel: 'MooseFSInputPanel',
            faIcon: 'building',
            backups: false,
        },
Zorlin commented 10 months ago

Now I can see MooseFS in the dropdown menu:

image image