-
Notifications
You must be signed in to change notification settings - Fork 2
Configuration
Lasith Koswatta Gamage edited this page Jan 8, 2024
·
11 revisions
defaults:
mode: <mode>
devices:
/dev/xvdf:
mode: <mode>
sudo ebs-bootstrap -mode <mode>
devices:
/dev/xvdf:
fs: <filesystem>
devices:
/dev/xvdf:
label: <string>
defaults:
resizeFs: <bool>
devices:
/dev/xvdf:
resizeFs <bool>
sudo ebs-bootstrap -resize-fs <bool>
defaults:
resizeThreshold: <float>
devices:
/dev/xvdf:
resizeThreshold: <float>
sudo ebs-bootstrap -resize-threshold <float>
devices:
/dev/xvdf:
mountPoint: <string>
defaults:
mountOptions: <string>
devices:
/dev/xvdf:
mountOptions: <string>
sudo ebs-bootstrap -mount-options <string>
defaults:
remount: <bool>
devices:
/dev/xvdf:
remount: <bool>
sudo ebs-bootstrap -remount <bool>