Giter VIP home page Giter VIP logo

Comments (12)

DacoDev avatar DacoDev commented on August 9, 2024 1

Thanks for checking it out! I applied the patch and added you as a contributor - really great reference for what I can improve on and conventions to follow. I'll do a bit more testing, I'm a little concerned around the default value set to 4G. I'm not quite sure how LXC images are created/deployed but if the base image to deploy is larger than 4G we may hit a snag so I'll see what I can do around that or if it's an issue that we run in to. I based that just off the LXCs that I've created from defaults they were all 4G.

Then I'll update the docs in either direction that goes and PR!

from terraform-provider-proxmox.

numkem avatar numkem commented on August 9, 2024 1

I'd love to see this merged soon as it's pretty much the only thing that limits functionality vs the other provider.

from terraform-provider-proxmox.

DacoDev avatar DacoDev commented on August 9, 2024

Howdy, just FYI, I don't know GO directly but am learning as I go and forked to start working on this: https://github.com/DacoDev/terraform-provider-proxmox-dacofork

From digging around, it looks like some of the resources that will be needed for this already exist. Just don't want to duplicate efforts or if you have any suggestions the repo is public.

from terraform-provider-proxmox.

bpg avatar bpg commented on August 9, 2024

Awesome! I'll try to take a look in the next few days.

from terraform-provider-proxmox.

bpg avatar bpg commented on August 9, 2024

@DacoDev Thanks for the code!
I've made a few changes on top of your main branch, here is the patch: Fix_RootFS_parameters_handling.patch.zip
(or if you add me as a contributor to your repo I can make a PR there)

The changes seems to be working, here is an example container from my test env:
Screen Shot 2022-07-26 at 6 35 36 PM

The only remaining part is documentation update -- add rootfs_size param under disk in docs/resources/virtual_environment_container.md.

Then feel free to open a PR!

from terraform-provider-proxmox.

DacoDev avatar DacoDev commented on August 9, 2024

Sorry for the delay on getting this back, I ran into issues while spinning up a container, it wasn't actually receiving or recognizing the custom volume size. I believe that there are/were some components of creating the rootfs URL arguments missing that piggybacking on the Disk section was causing. So since there are many other options you can pass for the rootFS anyway I'm working on adding it in as a new TF stanza; so instead of being nested under disk it'd be its own rootFS section

from terraform-provider-proxmox.

bpg avatar bpg commented on August 9, 2024

Yeah, I think having a separate node in the model for rootfs params is a good idea.

from terraform-provider-proxmox.

bpg avatar bpg commented on August 9, 2024

Hey @DacoDev! Are you still working on this feature? If not, I can try finishing it...

from terraform-provider-proxmox.

DacoDev avatar DacoDev commented on August 9, 2024

Hey @bpg , I’m sorry but no, I got lost in the sauce then school started (going back as an adult) and I ended up scrapping my ProxMox host in favor of a few smaller NUCs as a k8s cluster. I made a few commits after your patch but I’m not sure if any of them would be useful, I think you’re a collaborator on my repo but let me know if you need me to push anything over!

from terraform-provider-proxmox.

bpg avatar bpg commented on August 9, 2024

No worries, I'll take a peek, thanks!

from terraform-provider-proxmox.

bpg avatar bpg commented on August 9, 2024

Hopefully this weekend 🀞

from terraform-provider-proxmox.

bpg avatar bpg commented on August 9, 2024

The DiskSize field in RootFS struct is read-only, so can't be used to change the FS size. However, there is a special syntax for the volume field that allows to specify a different rootfs size at creation time. More details in https://pve.proxmox.com/pve-docs/chapter-pct.html#_storage_backed_mount_points.

So I basically started from scratch and implemented it like:

  disk {
    datastore_id = "local"
    size         = 10
  }

Note that the datastore_id field is mandatory if you want to customize the size.
Also, this feature can't be used (as of now) to resize the rootfs.

from terraform-provider-proxmox.

Related Issues (20)

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.