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

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

Open
Zorlin opened this issue Jun 6, 2023 · 2 comments
Open

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

Zorlin opened this issue Jun 6, 2023 · 2 comments

Comments

@Zorlin
Copy link
Owner

Zorlin commented Jun 6, 2023

No description provided.

@Zorlin
Copy link
Owner Author

Zorlin commented Jan 2, 2024

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
Copy link
Owner Author

Zorlin commented Jan 2, 2024

Now I can see MooseFS in the dropdown menu:
image

image

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

No branches or pull requests

1 participant