openstack team mailing list archive
-
openstack team
-
Mailing list archive
-
Message #15493
Re: Change Ephemeral Disk FS
Hi,
I think this only way is to edit the code like so:
- go to the line 66
of /usr/lib/python2.7/dist-packages/nova/virt/disk/api.py
- and change to 'default=mkfs.ext4 -L %(fs_label)s -F %(target)s',
Make sure to purge your /var/lib/nova/instances/_base
It worked for me :)
Let me know if it's ok :)
Cheers!
On Mon, Aug 6, 2012 at 10:47 AM, Jerico Revote <jerico.revote@xxxxxxxxxx>wrote:
> Hi,
>
> Is there a way to change the default file system of the ephemeral disk
> attached to an instance?
> By default it's ext3.
>
> Thanks,
>
> Jerico
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References