butterknife icon indicating copy to clipboard operation
butterknife copied to clipboard

Deployment on ext4

Open laurivosandi opened this issue 9 years ago • 2 comments

It would be convenient to deploy Butterknife templates on ext4 filesystem. This could be done by generating tarball on Butterknife server and having it streamed to ext4 filesystem using Butterknife provisioning image. The persistent subvolume would not be available in this case and the post-deploy scripts would need some extra environment variables to determine behaviour.

laurivosandi avatar Aug 30 '15 15:08 laurivosandi

Persistent options can be implemented with corresponding partitions. Following partitions with suggested sizes and mount points would be created on provisioned disk: / - 16 GB ; /var/butterknife/persistent - 1 GB(?); /home - remaining free space

kartul avatar Aug 30 '15 17:08 kartul

Preliminary tarball streaming support added in 943f3ccebd42029b8db1adf09095ba210d84b078, filesystem selection and untar yet to be implemented in provisioning image. Separate partition for persistence sounds like a great idea :)

laurivosandi avatar Sep 03 '15 15:09 laurivosandi