> The inode number of the ext4 is static.
>
> - How can I do to increase the number of inodes?

The number of ext4 inodes are set when the ext4 volume is created, so, you
have to recreate the file system.  Perhaps using an alternative to ext4.

> - I can replace one by one the 500GB drives with 1TB drive, increase the
> logical volume for Backuppc and the file system ?

That won't help.  This is from the mkfs.ext4 man page:

"Be warned that it is not possible to expand the number of inodes on a
filesystem after it is created, so be careful deciding the correct value
for this parameter."

> - Can we change the inode_ratio while resize a ext4 filesystem?

No.  See above.  The inode_ratio is used to calculate how many inodes to
allocate, so if you add space, it simply goes down.

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

Reply via email to