Align partitions for best performance using parted

There are two common problems when creating partitions in Linux on big storage arrays. The first is easy, and the warning message from fdisk is a bit of a giveaway:

WARNING: The size of this disk is 8.0 TB (7970004230144 bytes).
DOS partition table format can not be used on drives for volumes
larger than (2199023255040 bytes) for 512-byte sectors. Use parted(1) and GUID 
partition table format (GPT).

“Align partitions for best performance using parted”Continue reading

Email notifications from Redmine with sendmail of exim.

sysnetb@vh36 [~/]# cat config/configuration.yml | egrep -A 6 '^default'
default:
  # Outgoing emails configuration (see examples above)
  email_delivery:
    delivery_method: :sendmail
    sendmail_settings:
      location: /usr/sbin/sendmail
      arguments: ""
sysnetb@vh36 [~/]# 

Best way to link Redmine issue to SVN revision

Q

We are using Redmine for issue and bug tracking. We added SVN integration but, by doing this, it just shows SVN revisions in activity. It would be great to see all SVN changes caused by a bug or issue. But it does not seem to be possible.Is there a way to do that? If not Redmine, which is the best alternative tracking system to achieve this?

We add the issue number in svn commit message and it’s recognized automatically.

“Best way to link Redmine issue to SVN revision”Continue reading

Scroll to top