Re: Is there a way to specify the filesystem format in BOSH v1 manifest schema
Dr Nic Williams
One option is to use the multiple persistent disk feature of bosh - this creates disks and does not format them.
http://www.starkandwayne.com/blog/bosh-multiple-disks/
From: cf-bosh@... <cf-bosh@...> on behalf of Ponraj E <ponraj.e@...>
Sent: Friday, November 10, 2017 7:07:55 PM To: cf-bosh@... Subject: [cf-bosh] Is there a way to specify the filesystem format in BOSH v1 manifest schema Hi Colleagues,
Currently bosh uses ext4 filesystem format by default for the attached persistent disks. Is there a way to specify some other filesystem format (like XFS) in BOSH V1 manifest schema? I am aware of this https://bosh.io/docs/persistent-disk-fs.html but looks like this is for V2 manifest schema. Regards, Ponraj |
|